Shades of Apple #66D632
Tints of Apple #66D632
RGB
CMYK
RGB Variations
Color information
#66D632 (or 0x66D632) is known color: Apple. HEX triplet: 66, D6 and 32. RGB value is (102,214,50). Sum of RGB (Red+Green+Blue) = 102+214+50=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #66D632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D632 is #9929CD. Grayscale: #A2A2A2. Windows color (decimal): -10037710 or 3331686. OLE color: 3331686.
HSL color Cylindrical-coordinate representation of color #66D632: hue angle of 100.98º degrees, saturation: 0.67, 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 #66D632 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 50 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.16 |
| HSL | 100.98º | 0.67% | 0.52% | - |
| HSV(B) | 100.98º | 0.77% | 0.84% | - |
| XYZ | 30.1 | 51.15 | 11.3 | - |
| YUV | 161.82 | 64.89 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 50 | 0.52 | 0 | 0.77 | 0.16 | 100.98 | 0.67 | 0.52 |
| Hex | 66 | D6 | 32 | 34 | 0 | 4D | 10 | 65 | 43 | 34 |
| Octal | 146 | 326 | 62 | 64 | 0 | 115 | 20 | 145 | 103 | 64 |
| Binary | 1100110 | 11010110 | 110010 | 110100 | 0 | 1001101 | 10000 | 1100101 | 1000011 | 110100 |
Color Harmonies of #66D632
Complementary color
Monochromatic Colors of #66D632
Black with #66D632
Text Example
Text Example
White with #66D632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D632; }
p { color: rgb(102,214,50); }
H1.HeaderClassName
{
color: #66D632;
}
.AnyTagClassName
{
color: #66D632;
}
</style>
background-color css
<style>
a { background-color: #66D632; }
a { background-color: rgb(102,214,50); }
div.DivClassName
{
background-color: #66D632;
}
.BgClassName
{
background-color: #66D632;
}
</style>
border-color css
<style>
span { border-color: #66D632; }
span { border-color: rgb(102,214,50); }
td.TdClassName
{
border-color: #66D632;
}
.TagClassName
{
border-color: #66D632;
}
</style>