Shades of Apple #66D037
Tints of Apple #66D037
RGB
CMYK
RGB Variations
Color information
#66D037 (or 0x66D037) is known color: Apple. HEX triplet: 66, D0 and 37. RGB value is (102,208,55). Sum of RGB (Red+Green+Blue) = 102+208+55=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #66D037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D037 is #992FC8. Grayscale: #9F9F9F. Windows color (decimal): -10039241 or 3657830. OLE color: 3657830.
HSL color Cylindrical-coordinate representation of color #66D037: hue angle of 101.57º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66D037 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 55 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.18 |
| HSL | 101.57º | 0.62% | 0.52% | - |
| HSV(B) | 101.57º | 0.74% | 0.82% | - |
| XYZ | 28.72 | 48.21 | 11.41 | - |
| YUV | 158.86 | 69.38 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 55 | 0.51 | 0 | 0.74 | 0.18 | 101.57 | 0.62 | 0.52 |
| Hex | 66 | D0 | 37 | 33 | 0 | 4A | 12 | 66 | 3E | 34 |
| Octal | 146 | 320 | 67 | 63 | 0 | 112 | 22 | 146 | 76 | 64 |
| Binary | 1100110 | 11010000 | 110111 | 110011 | 0 | 1001010 | 10010 | 1100110 | 111110 | 110100 |
Color Harmonies of #66D037
Complementary color
Monochromatic Colors of #66D037
Black with #66D037
Text Example
Text Example
White with #66D037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D037; }
p { color: rgb(102,208,55); }
H1.HeaderClassName
{
color: #66D037;
}
.AnyTagClassName
{
color: #66D037;
}
</style>
background-color css
<style>
a { background-color: #66D037; }
a { background-color: rgb(102,208,55); }
div.DivClassName
{
background-color: #66D037;
}
.BgClassName
{
background-color: #66D037;
}
</style>
border-color css
<style>
span { border-color: #66D037; }
span { border-color: rgb(102,208,55); }
td.TdClassName
{
border-color: #66D037;
}
.TagClassName
{
border-color: #66D037;
}
</style>