Shades of Apple #66D532
Tints of Apple #66D532
RGB
CMYK
RGB Variations
Color information
#66D532 (or 0x66D532) is known color: Apple. HEX triplet: 66, D5 and 32. RGB value is (102,213,50). Sum of RGB (Red+Green+Blue) = 102+213+50=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #66D532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D532 is #992ACD. Grayscale: #A1A1A1. Windows color (decimal): -10037966 or 3331430. OLE color: 3331430.
HSL color Cylindrical-coordinate representation of color #66D532: hue angle of 100.86º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66D532 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 50 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.16 |
| HSL | 100.86º | 0.66% | 0.52% | - |
| HSV(B) | 100.86º | 0.77% | 0.84% | - |
| XYZ | 29.85 | 50.64 | 11.22 | - |
| YUV | 161.23 | 65.23 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 50 | 0.52 | 0 | 0.77 | 0.16 | 100.86 | 0.66 | 0.52 |
| Hex | 66 | D5 | 32 | 34 | 0 | 4D | 10 | 65 | 42 | 34 |
| Octal | 146 | 325 | 62 | 64 | 0 | 115 | 20 | 145 | 102 | 64 |
| Binary | 1100110 | 11010101 | 110010 | 110100 | 0 | 1001101 | 10000 | 1100101 | 1000010 | 110100 |
Color Harmonies of #66D532
Complementary color
Monochromatic Colors of #66D532
Black with #66D532
Text Example
Text Example
White with #66D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D532; }
p { color: rgb(102,213,50); }
H1.HeaderClassName
{
color: #66D532;
}
.AnyTagClassName
{
color: #66D532;
}
</style>
background-color css
<style>
a { background-color: #66D532; }
a { background-color: rgb(102,213,50); }
div.DivClassName
{
background-color: #66D532;
}
.BgClassName
{
background-color: #66D532;
}
</style>
border-color css
<style>
span { border-color: #66D532; }
span { border-color: rgb(102,213,50); }
td.TdClassName
{
border-color: #66D532;
}
.TagClassName
{
border-color: #66D532;
}
</style>