Shades of Apple #66CC59
Tints of Apple #66CC59
RGB
CMYK
RGB Variations
Color information
#66CC59 (or 0x66CC59) is known color: Apple. HEX triplet: 66, CC and 59. RGB value is (102,204,89). Sum of RGB (Red+Green+Blue) = 102+204+89=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC59 is #9933A6. Grayscale: #A0A0A0. Windows color (decimal): -10040231 or 5885030. OLE color: 5885030.
HSL color Cylindrical-coordinate representation of color #66CC59: hue angle of 113.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66CC59 is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 89 | - |
| CMYK | 0.5 | 0 | 0.56 | 0.2 |
| HSL | 113.22º | 0.53% | 0.57% | - |
| HSV(B) | 113.22º | 0.56% | 0.8% | - |
| XYZ | 28.88 | 46.73 | 16.95 | - |
| YUV | 160.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 89 | 0.5 | 0 | 0.56 | 0.2 | 113.22 | 0.53 | 0.57 |
| Hex | 66 | CC | 59 | 32 | 0 | 38 | 14 | 71 | 35 | 39 |
| Octal | 146 | 314 | 131 | 62 | 0 | 70 | 24 | 161 | 65 | 71 |
| Binary | 1100110 | 11001100 | 1011001 | 110010 | 0 | 111000 | 10100 | 1110001 | 110101 | 111001 |
Color Harmonies of #66CC59
Complementary color
Monochromatic Colors of #66CC59
Black with #66CC59
Text Example
Text Example
White with #66CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC59; }
p { color: rgb(102,204,89); }
H1.HeaderClassName
{
color: #66CC59;
}
.AnyTagClassName
{
color: #66CC59;
}
</style>
background-color css
<style>
a { background-color: #66CC59; }
a { background-color: rgb(102,204,89); }
div.DivClassName
{
background-color: #66CC59;
}
.BgClassName
{
background-color: #66CC59;
}
</style>
border-color css
<style>
span { border-color: #66CC59; }
span { border-color: rgb(102,204,89); }
td.TdClassName
{
border-color: #66CC59;
}
.TagClassName
{
border-color: #66CC59;
}
</style>