#66D152

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

Shades of Apple #66D152

Tints of Apple #66D152

Color information

#66D152 (or 0x66D152) is unknown color: approx Apple. HEX triplet: 66, D1 and 52. RGB value is (102,209,82). Sum of RGB (Red+Green+Blue) = 102+209+82=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #66D152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D152 is #992EAD. Grayscale: #A2A2A2. Windows color (decimal): -10038958 or 5427558. OLE color: 5427558.

HSL color Cylindrical-coordinate representation of color #66D152: hue angle of 110.55º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66D152 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB10220982-
CMYK0.5100.610.18
HSL110.55º57.99%57.06%-
HSV(B)110.55º60.77%81.96%-
XYZ29.849.0315.88-
YUV162.5382.5584.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 209 (82.03% from 255) = 53.18%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=25.95%
G=53.18%
B=20.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102209820.5100.610.18110.5557.9957.06
Hex66D1523303D126f3a39
Octal14632112263075221577271
Binary11001101101000110100101100110111101100101101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D152; }

 p { color: rgb(102,209,82); }

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

<style>
 a { background-color: #66D152; }

 a { background-color: rgb(102,209,82); }

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

<style>
 span { border-color: #66D152; }

 span { border-color: rgb(102,209,82); }

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