Shades of Apple #66DE37
Tints of Apple #66DE37
RGB
CMYK
RGB Variations
Color information
#66DE37 (or 0x66DE37) is known color: Apple. HEX triplet: 66, DE and 37. RGB value is (102,222,55). Sum of RGB (Red+Green+Blue) = 102+222+55=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE37 is #9921C8. Grayscale: #A7A7A7. Windows color (decimal): -10035657 or 3661414. OLE color: 3661414.
HSL color Cylindrical-coordinate representation of color #66DE37: hue angle of 103.11º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66DE37 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 55 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.13 |
| HSL | 103.11º | 0.72% | 0.54% | - |
| HSV(B) | 103.11º | 0.75% | 0.87% | - |
| XYZ | 32.29 | 55.34 | 12.59 | - |
| YUV | 167.08 | 64.74 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 55 | 0.54 | 0 | 0.75 | 0.13 | 103.11 | 0.72 | 0.54 |
| Hex | 66 | DE | 37 | 36 | 0 | 4B | D | 67 | 48 | 36 |
| Octal | 146 | 336 | 67 | 66 | 0 | 113 | 15 | 147 | 110 | 66 |
| Binary | 1100110 | 11011110 | 110111 | 110110 | 0 | 1001011 | 1101 | 1100111 | 1001000 | 110110 |
Color Harmonies of #66DE37
Complementary color
Monochromatic Colors of #66DE37
Black with #66DE37
Text Example
Text Example
White with #66DE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE37; }
p { color: rgb(102,222,55); }
H1.HeaderClassName
{
color: #66DE37;
}
.AnyTagClassName
{
color: #66DE37;
}
</style>
background-color css
<style>
a { background-color: #66DE37; }
a { background-color: rgb(102,222,55); }
div.DivClassName
{
background-color: #66DE37;
}
.BgClassName
{
background-color: #66DE37;
}
</style>
border-color css
<style>
span { border-color: #66DE37; }
span { border-color: rgb(102,222,55); }
td.TdClassName
{
border-color: #66DE37;
}
.TagClassName
{
border-color: #66DE37;
}
</style>