Shades of Apple #66CA4B
Tints of Apple #66CA4B
RGB
CMYK
RGB Variations
Color information
#66CA4B (or 0x66CA4B) is known color: Apple. HEX triplet: 66, CA and 4B. RGB value is (102,202,75). Sum of RGB (Red+Green+Blue) = 102+202+75=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA4B is #9935B4. Grayscale: #9E9E9E. Windows color (decimal): -10040757 or 4967014. OLE color: 4967014.
HSL color Cylindrical-coordinate representation of color #66CA4B: hue angle of 107.24º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66CA4B is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 75 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.21 |
| HSL | 107.24º | 0.55% | 0.54% | - |
| HSV(B) | 107.24º | 0.63% | 0.79% | - |
| XYZ | 27.87 | 45.57 | 13.98 | - |
| YUV | 157.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 75 | 0.50 | 0 | 0.63 | 0.21 | 107.24 | 0.55 | 0.54 |
| Hex | 66 | CA | 4B | 32 | 0 | 3F | 15 | 6B | 37 | 36 |
| Octal | 146 | 312 | 113 | 62 | 0 | 77 | 25 | 153 | 67 | 66 |
| Binary | 1100110 | 11001010 | 1001011 | 110010 | 0 | 111111 | 10101 | 1101011 | 110111 | 110110 |
Color Harmonies of #66CA4B
Complementary color
Monochromatic Colors of #66CA4B
Black with #66CA4B
Text Example
Text Example
White with #66CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA4B; }
p { color: rgb(102,202,75); }
H1.HeaderClassName
{
color: #66CA4B;
}
.AnyTagClassName
{
color: #66CA4B;
}
</style>
background-color css
<style>
a { background-color: #66CA4B; }
a { background-color: rgb(102,202,75); }
div.DivClassName
{
background-color: #66CA4B;
}
.BgClassName
{
background-color: #66CA4B;
}
</style>
border-color css
<style>
span { border-color: #66CA4B; }
span { border-color: rgb(102,202,75); }
td.TdClassName
{
border-color: #66CA4B;
}
.TagClassName
{
border-color: #66CA4B;
}
</style>