#66D72F

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

Shades of Apple #66D72F

Tints of Apple #66D72F

Color information

#66D72F (or 0x66D72F) is unknown color: approx Apple. HEX triplet: 66, D7 and 2F. RGB value is (102,215,47). Sum of RGB (Red+Green+Blue) = 102+215+47=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #66D72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D72F is #9928D0. Grayscale: #A2A2A2. Windows color (decimal): -10037457 or 3135334. OLE color: 3135334.

HSL color Cylindrical-coordinate representation of color #66D72F: hue angle of 100.36º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66D72F is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB10221547-
CMYK0.5300.780.16
HSL100.36º67.74%51.37%-
HSV(B)100.36º78.14%84.31%-
XYZ30.2951.6311.06-
YUV162.0663.0685.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 215 (84.38% from 255) = 59.07%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=28.02%
G=59.07%
B=12.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102215470.5300.780.16100.3667.7451.37
Hex66D72F3504E10644433
Octal146327576501162014410463
Binary110011011010111101111110101010011101000011001001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,215,47); }

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

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

 a { background-color: rgb(102,215,47); }

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

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

 span { border-color: rgb(102,215,47); }

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