Shades of Apple #66CA37
Tints of Apple #66CA37
RGB
CMYK
RGB Variations
Color information
#66CA37 (or 0x66CA37) is known color: Apple. HEX triplet: 66, CA and 37. RGB value is (102,202,55). Sum of RGB (Red+Green+Blue) = 102+202+55=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA37 is #9935C8. Grayscale: #9B9B9B. Windows color (decimal): -10040777 or 3656294. OLE color: 3656294.
HSL color Cylindrical-coordinate representation of color #66CA37: hue angle of 100.82º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66CA37 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 55 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.21 |
| HSL | 100.82º | 0.58% | 0.5% | - |
| HSV(B) | 100.82º | 0.73% | 0.79% | - |
| XYZ | 27.29 | 45.34 | 10.93 | - |
| YUV | 155.34 | 71.37 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 55 | 0.50 | 0 | 0.73 | 0.21 | 100.82 | 0.58 | 0.5 |
| Hex | 66 | CA | 37 | 32 | 0 | 49 | 15 | 65 | 3A | 32 |
| Octal | 146 | 312 | 67 | 62 | 0 | 111 | 25 | 145 | 72 | 62 |
| Binary | 1100110 | 11001010 | 110111 | 110010 | 0 | 1001001 | 10101 | 1100101 | 111010 | 110010 |
Color Harmonies of #66CA37
Complementary color
Monochromatic Colors of #66CA37
Black with #66CA37
Text Example
Text Example
White with #66CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA37; }
p { color: rgb(102,202,55); }
H1.HeaderClassName
{
color: #66CA37;
}
.AnyTagClassName
{
color: #66CA37;
}
</style>
background-color css
<style>
a { background-color: #66CA37; }
a { background-color: rgb(102,202,55); }
div.DivClassName
{
background-color: #66CA37;
}
.BgClassName
{
background-color: #66CA37;
}
</style>
border-color css
<style>
span { border-color: #66CA37; }
span { border-color: rgb(102,202,55); }
td.TdClassName
{
border-color: #66CA37;
}
.TagClassName
{
border-color: #66CA37;
}
</style>