Shades of Apple #66CF32
Tints of Apple #66CF32
RGB
CMYK
RGB Variations
Color information
#66CF32 (or 0x66CF32) is known color: Apple. HEX triplet: 66, CF and 32. RGB value is (102,207,50). Sum of RGB (Red+Green+Blue) = 102+207+50=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF32 is #9930CD. Grayscale: #9E9E9E. Windows color (decimal): -10039502 or 3329894. OLE color: 3329894.
HSL color Cylindrical-coordinate representation of color #66CF32: hue angle of 100.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66CF32 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 50 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.19 |
| HSL | 100.13º | 0.62% | 0.5% | - |
| HSV(B) | 100.13º | 0.76% | 0.81% | - |
| XYZ | 28.37 | 47.68 | 10.73 | - |
| YUV | 157.71 | 67.21 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 50 | 0.51 | 0 | 0.76 | 0.19 | 100.13 | 0.62 | 0.5 |
| Hex | 66 | CF | 32 | 33 | 0 | 4C | 13 | 64 | 3E | 32 |
| Octal | 146 | 317 | 62 | 63 | 0 | 114 | 23 | 144 | 76 | 62 |
| Binary | 1100110 | 11001111 | 110010 | 110011 | 0 | 1001100 | 10011 | 1100100 | 111110 | 110010 |
Color Harmonies of #66CF32
Complementary color
Monochromatic Colors of #66CF32
Black with #66CF32
Text Example
Text Example
White with #66CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF32; }
p { color: rgb(102,207,50); }
H1.HeaderClassName
{
color: #66CF32;
}
.AnyTagClassName
{
color: #66CF32;
}
</style>
background-color css
<style>
a { background-color: #66CF32; }
a { background-color: rgb(102,207,50); }
div.DivClassName
{
background-color: #66CF32;
}
.BgClassName
{
background-color: #66CF32;
}
</style>
border-color css
<style>
span { border-color: #66CF32; }
span { border-color: rgb(102,207,50); }
td.TdClassName
{
border-color: #66CF32;
}
.TagClassName
{
border-color: #66CF32;
}
</style>