Shades of Apple #66C040
Tints of Apple #66C040
RGB
CMYK
RGB Variations
Color information
#66C040 (or 0x66C040) is known color: Apple. HEX triplet: 66, C0 and 40. RGB value is (102,192,64). Sum of RGB (Red+Green+Blue) = 102+192+64=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #66C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C040 is #993FBF. Grayscale: #969696. Windows color (decimal): -10043328 or 4243558. OLE color: 4243558.
HSL color Cylindrical-coordinate representation of color #66C040: hue angle of 102.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66C040 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 64 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.25 |
| HSL | 102.19º | 0.5% | 0.5% | - |
| HSV(B) | 102.19º | 0.67% | 0.75% | - |
| XYZ | 25.25 | 40.89 | 11.41 | - |
| YUV | 150.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 64 | 0.47 | 0 | 0.67 | 0.25 | 102.19 | 0.5 | 0.5 |
| Hex | 66 | C0 | 40 | 2F | 0 | 43 | 19 | 66 | 32 | 32 |
| Octal | 146 | 300 | 100 | 57 | 0 | 103 | 31 | 146 | 62 | 62 |
| Binary | 1100110 | 11000000 | 1000000 | 101111 | 0 | 1000011 | 11001 | 1100110 | 110010 | 110010 |
Color Harmonies of #66C040
Complementary color
Monochromatic Colors of #66C040
Black with #66C040
Text Example
Text Example
White with #66C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C040; }
p { color: rgb(102,192,64); }
H1.HeaderClassName
{
color: #66C040;
}
.AnyTagClassName
{
color: #66C040;
}
</style>
background-color css
<style>
a { background-color: #66C040; }
a { background-color: rgb(102,192,64); }
div.DivClassName
{
background-color: #66C040;
}
.BgClassName
{
background-color: #66C040;
}
</style>
border-color css
<style>
span { border-color: #66C040; }
span { border-color: rgb(102,192,64); }
td.TdClassName
{
border-color: #66C040;
}
.TagClassName
{
border-color: #66C040;
}
</style>