Shades of Apple #66DE47
Tints of Apple #66DE47
RGB
CMYK
RGB Variations
Color information
#66DE47 (or 0x66DE47) is known color: Apple. HEX triplet: 66, DE and 47. RGB value is (102,222,71). Sum of RGB (Red+Green+Blue) = 102+222+71=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 222 (87.11% from 255 or 56.20% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE47 is #9921B8. Grayscale: #A9A9A9. Windows color (decimal): -10035641 or 4709990. OLE color: 4709990.
HSL color Cylindrical-coordinate representation of color #66DE47: hue angle of 107.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66DE47 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 71 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.13 |
| HSL | 107.68º | 0.7% | 0.57% | - |
| HSV(B) | 107.68º | 0.68% | 0.87% | - |
| XYZ | 32.74 | 55.52 | 14.95 | - |
| YUV | 168.91 | 72.74 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 71 | 0.54 | 0 | 0.68 | 0.13 | 107.68 | 0.7 | 0.57 |
| Hex | 66 | DE | 47 | 36 | 0 | 44 | D | 6C | 46 | 39 |
| Octal | 146 | 336 | 107 | 66 | 0 | 104 | 15 | 154 | 106 | 71 |
| Binary | 1100110 | 11011110 | 1000111 | 110110 | 0 | 1000100 | 1101 | 1101100 | 1000110 | 111001 |
Color Harmonies of #66DE47
Complementary color
Monochromatic Colors of #66DE47
Black with #66DE47
Text Example
Text Example
White with #66DE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE47; }
p { color: rgb(102,222,71); }
H1.HeaderClassName
{
color: #66DE47;
}
.AnyTagClassName
{
color: #66DE47;
}
</style>
background-color css
<style>
a { background-color: #66DE47; }
a { background-color: rgb(102,222,71); }
div.DivClassName
{
background-color: #66DE47;
}
.BgClassName
{
background-color: #66DE47;
}
</style>
border-color css
<style>
span { border-color: #66DE47; }
span { border-color: rgb(102,222,71); }
td.TdClassName
{
border-color: #66DE47;
}
.TagClassName
{
border-color: #66DE47;
}
</style>