Shades of Apple #66CC57
Tints of Apple #66CC57
RGB
CMYK
RGB Variations
Color information
#66CC57 (or 0x66CC57) is known color: Apple. HEX triplet: 66, CC and 57. RGB value is (102,204,87). Sum of RGB (Red+Green+Blue) = 102+204+87=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC57 is #9933A8. Grayscale: #A0A0A0. Windows color (decimal): -10040233 or 5753958. OLE color: 5753958.
HSL color Cylindrical-coordinate representation of color #66CC57: hue angle of 112.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66CC57 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 87 | - |
| CMYK | 0.5 | 0 | 0.57 | 0.2 |
| HSL | 112.31º | 0.53% | 0.57% | - |
| HSV(B) | 112.31º | 0.57% | 0.8% | - |
| XYZ | 28.79 | 46.7 | 16.51 | - |
| YUV | 160.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 87 | 0.5 | 0 | 0.57 | 0.2 | 112.31 | 0.53 | 0.57 |
| Hex | 66 | CC | 57 | 32 | 0 | 39 | 14 | 70 | 35 | 39 |
| Octal | 146 | 314 | 127 | 62 | 0 | 71 | 24 | 160 | 65 | 71 |
| Binary | 1100110 | 11001100 | 1010111 | 110010 | 0 | 111001 | 10100 | 1110000 | 110101 | 111001 |
Color Harmonies of #66CC57
Complementary color
Monochromatic Colors of #66CC57
Black with #66CC57
Text Example
Text Example
White with #66CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC57; }
p { color: rgb(102,204,87); }
H1.HeaderClassName
{
color: #66CC57;
}
.AnyTagClassName
{
color: #66CC57;
}
</style>
background-color css
<style>
a { background-color: #66CC57; }
a { background-color: rgb(102,204,87); }
div.DivClassName
{
background-color: #66CC57;
}
.BgClassName
{
background-color: #66CC57;
}
</style>
border-color css
<style>
span { border-color: #66CC57; }
span { border-color: rgb(102,204,87); }
td.TdClassName
{
border-color: #66CC57;
}
.TagClassName
{
border-color: #66CC57;
}
</style>