Shades of Apple #66D642
Tints of Apple #66D642
RGB
CMYK
RGB Variations
Color information
#66D642 (or 0x66D642) is known color: Apple. HEX triplet: 66, D6 and 42. RGB value is (102,214,66). Sum of RGB (Red+Green+Blue) = 102+214+66=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #66D642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D642 is #9929BD. Grayscale: #A4A4A4. Windows color (decimal): -10037694 or 4380262. OLE color: 4380262.
HSL color Cylindrical-coordinate representation of color #66D642: hue angle of 105.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66D642 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 66 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.16 |
| HSL | 105.41º | 0.64% | 0.55% | - |
| HSV(B) | 105.41º | 0.69% | 0.84% | - |
| XYZ | 30.51 | 51.31 | 13.45 | - |
| YUV | 163.64 | 72.89 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 66 | 0.52 | 0 | 0.69 | 0.16 | 105.41 | 0.64 | 0.55 |
| Hex | 66 | D6 | 42 | 34 | 0 | 45 | 10 | 69 | 40 | 37 |
| Octal | 146 | 326 | 102 | 64 | 0 | 105 | 20 | 151 | 100 | 67 |
| Binary | 1100110 | 11010110 | 1000010 | 110100 | 0 | 1000101 | 10000 | 1101001 | 1000000 | 110111 |
Color Harmonies of #66D642
Complementary color
Monochromatic Colors of #66D642
Black with #66D642
Text Example
Text Example
White with #66D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D642; }
p { color: rgb(102,214,66); }
H1.HeaderClassName
{
color: #66D642;
}
.AnyTagClassName
{
color: #66D642;
}
</style>
background-color css
<style>
a { background-color: #66D642; }
a { background-color: rgb(102,214,66); }
div.DivClassName
{
background-color: #66D642;
}
.BgClassName
{
background-color: #66D642;
}
</style>
border-color css
<style>
span { border-color: #66D642; }
span { border-color: rgb(102,214,66); }
td.TdClassName
{
border-color: #66D642;
}
.TagClassName
{
border-color: #66D642;
}
</style>