Shades of Apple #66D737
Tints of Apple #66D737
RGB
CMYK
RGB Variations
Color information
#66D737 (or 0x66D737) is known color: Apple. HEX triplet: 66, D7 and 37. RGB value is (102,215,55). Sum of RGB (Red+Green+Blue) = 102+215+55=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #66D737 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D737 is #9928C8. Grayscale: #A3A3A3. Windows color (decimal): -10037449 or 3659622. OLE color: 3659622.
HSL color Cylindrical-coordinate representation of color #66D737: hue angle of 102.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66D737 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 55 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.16 |
| HSL | 102.38º | 0.67% | 0.53% | - |
| HSV(B) | 102.38º | 0.74% | 0.84% | - |
| XYZ | 30.47 | 51.7 | 11.99 | - |
| YUV | 162.97 | 67.06 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 55 | 0.53 | 0 | 0.74 | 0.16 | 102.38 | 0.67 | 0.53 |
| Hex | 66 | D7 | 37 | 35 | 0 | 4A | 10 | 66 | 43 | 35 |
| Octal | 146 | 327 | 67 | 65 | 0 | 112 | 20 | 146 | 103 | 65 |
| Binary | 1100110 | 11010111 | 110111 | 110101 | 0 | 1001010 | 10000 | 1100110 | 1000011 | 110101 |
Color Harmonies of #66D737
Complementary color
Monochromatic Colors of #66D737
Black with #66D737
Text Example
Text Example
White with #66D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D737; }
p { color: rgb(102,215,55); }
H1.HeaderClassName
{
color: #66D737;
}
.AnyTagClassName
{
color: #66D737;
}
</style>
background-color css
<style>
a { background-color: #66D737; }
a { background-color: rgb(102,215,55); }
div.DivClassName
{
background-color: #66D737;
}
.BgClassName
{
background-color: #66D737;
}
</style>
border-color css
<style>
span { border-color: #66D737; }
span { border-color: rgb(102,215,55); }
td.TdClassName
{
border-color: #66D737;
}
.TagClassName
{
border-color: #66D737;
}
</style>