#52CD3F

Color #52CD3F Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #52CD3F

Tints of Apple #52CD3F

Color information

#52CD3F (or 0x52CD3F) is unknown color: approx Apple. HEX triplet: 52, CD and 3F. RGB value is (82,205,63). Sum of RGB (Red+Green+Blue) = 82+205+63=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CD3F is #AD32C0. Grayscale: #989898. Windows color (decimal): -11350721 or 4181330. OLE color: 4181330.

HSL color Cylindrical-coordinate representation of color #52CD3F: hue angle of 111.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52CD3F is Cyan = 0.6, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB8220563-
CMYK0.600.690.20
HSL111.97º58.68%52.55%-
HSV(B)111.97º69.27%80.39%-
XYZ26.2145.8212.16-
YUV152.0477.7578.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 205 (80.47% from 255) = 58.57%
BLUE value IS 63 (25% from 255) = 18%
R=23.43%
G=58.57%
B=18%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205630.600.690.20111.9758.6852.55
Hex52CD3F3C04514703b35
Octal12231577740105241607365
Binary10100101100110111111111110001000101101001110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52CD3F; }

 p { color: rgb(82,205,63); }

 H1.HeaderClassName
 {
   color: #52CD3F;
 }
 .AnyTagClassName
 {
   color: #52CD3F;
 }
</style>
background-color css

<style>
 a { background-color: #52CD3F; }

 a { background-color: rgb(82,205,63); }

 div.DivClassName
 {
   background-color: #52CD3F;
 }
 .BgClassName
 {
   background-color: #52CD3F;
 }
</style>
border-color css

<style>
 span { border-color: #52CD3F; }

 span { border-color: rgb(82,205,63); }

 td.TdClassName
 {
   border-color: #52CD3F;
 }
 .TagClassName
 {
   border-color: #52CD3F;
 }
</style>