Shades of Apple #66C24F
Tints of Apple #66C24F
RGB
CMYK
RGB Variations
Color information
#66C24F (or 0x66C24F) is known color: Apple. HEX triplet: 66, C2 and 4F. RGB value is (102,194,79). Sum of RGB (Red+Green+Blue) = 102+194+79=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #66C24F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C24F is #993DB0. Grayscale: #999999. Windows color (decimal): -10042801 or 5227110. OLE color: 5227110.
HSL color Cylindrical-coordinate representation of color #66C24F: hue angle of 108º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C24F is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 79 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.24 |
| HSL | 108º | 0.49% | 0.54% | - |
| HSV(B) | 108º | 0.59% | 0.76% | - |
| XYZ | 26.18 | 41.97 | 14.12 | - |
| YUV | 153.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 79 | 0.47 | 0 | 0.59 | 0.24 | 108 | 0.49 | 0.54 |
| Hex | 66 | C2 | 4F | 2F | 0 | 3B | 18 | 6C | 31 | 36 |
| Octal | 146 | 302 | 117 | 57 | 0 | 73 | 30 | 154 | 61 | 66 |
| Binary | 1100110 | 11000010 | 1001111 | 101111 | 0 | 111011 | 11000 | 1101100 | 110001 | 110110 |
Color Harmonies of #66C24F
Complementary color
Monochromatic Colors of #66C24F
Black with #66C24F
Text Example
Text Example
White with #66C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C24F; }
p { color: rgb(102,194,79); }
H1.HeaderClassName
{
color: #66C24F;
}
.AnyTagClassName
{
color: #66C24F;
}
</style>
background-color css
<style>
a { background-color: #66C24F; }
a { background-color: rgb(102,194,79); }
div.DivClassName
{
background-color: #66C24F;
}
.BgClassName
{
background-color: #66C24F;
}
</style>
border-color css
<style>
span { border-color: #66C24F; }
span { border-color: rgb(102,194,79); }
td.TdClassName
{
border-color: #66C24F;
}
.TagClassName
{
border-color: #66C24F;
}
</style>