Shades of Apple #66D32E
Tints of Apple #66D32E
RGB
CMYK
RGB Variations
Color information
#66D32E (or 0x66D32E) is known color: Apple. HEX triplet: 66, D3 and 2E. RGB value is (102,211,46). Sum of RGB (Red+Green+Blue) = 102+211+46=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #66D32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D32E is #992CD1. Grayscale: #A0A0A0. Windows color (decimal): -10038482 or 3068774. OLE color: 3068774.
HSL color Cylindrical-coordinate representation of color #66D32E: hue angle of 99.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66D32E is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 211 | 46 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.17 |
| HSL | 99.64º | 0.65% | 0.5% | - |
| HSV(B) | 99.64º | 0.78% | 0.83% | - |
| XYZ | 29.27 | 49.61 | 10.62 | - |
| YUV | 159.6 | 63.89 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 211 | 46 | 0.52 | 0 | 0.78 | 0.17 | 99.64 | 0.65 | 0.5 |
| Hex | 66 | D3 | 2E | 34 | 0 | 4E | 11 | 64 | 41 | 32 |
| Octal | 146 | 323 | 56 | 64 | 0 | 116 | 21 | 144 | 101 | 62 |
| Binary | 1100110 | 11010011 | 101110 | 110100 | 0 | 1001110 | 10001 | 1100100 | 1000001 | 110010 |
Color Harmonies of #66D32E
Complementary color
Monochromatic Colors of #66D32E
Black with #66D32E
Text Example
Text Example
White with #66D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D32E; }
p { color: rgb(102,211,46); }
H1.HeaderClassName
{
color: #66D32E;
}
.AnyTagClassName
{
color: #66D32E;
}
</style>
background-color css
<style>
a { background-color: #66D32E; }
a { background-color: rgb(102,211,46); }
div.DivClassName
{
background-color: #66D32E;
}
.BgClassName
{
background-color: #66D32E;
}
</style>
border-color css
<style>
span { border-color: #66D32E; }
span { border-color: rgb(102,211,46); }
td.TdClassName
{
border-color: #66D32E;
}
.TagClassName
{
border-color: #66D32E;
}
</style>