Shades of Apple #66D152
Tints of Apple #66D152
RGB
CMYK
RGB Variations
Color information
#66D152 (or 0x66D152) is known color: Apple. HEX triplet: 66, D1 and 52. RGB value is (102,209,82). Sum of RGB (Red+Green+Blue) = 102+209+82=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #66D152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D152 is #992EAD. Grayscale: #A2A2A2. Windows color (decimal): -10038958 or 5427558. OLE color: 5427558.
HSL color Cylindrical-coordinate representation of color #66D152: hue angle of 110.55º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66D152 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 82 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.18 |
| HSL | 110.55º | 0.58% | 0.57% | - |
| HSV(B) | 110.55º | 0.61% | 0.82% | - |
| XYZ | 29.8 | 49.03 | 15.88 | - |
| YUV | 162.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 82 | 0.51 | 0 | 0.61 | 0.18 | 110.55 | 0.58 | 0.57 |
| Hex | 66 | D1 | 52 | 33 | 0 | 3D | 12 | 6F | 3A | 39 |
| Octal | 146 | 321 | 122 | 63 | 0 | 75 | 22 | 157 | 72 | 71 |
| Binary | 1100110 | 11010001 | 1010010 | 110011 | 0 | 111101 | 10010 | 1101111 | 111010 | 111001 |
Color Harmonies of #66D152
Complementary color
Monochromatic Colors of #66D152
Black with #66D152
Text Example
Text Example
White with #66D152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D152; }
p { color: rgb(102,209,82); }
H1.HeaderClassName
{
color: #66D152;
}
.AnyTagClassName
{
color: #66D152;
}
</style>
background-color css
<style>
a { background-color: #66D152; }
a { background-color: rgb(102,209,82); }
div.DivClassName
{
background-color: #66D152;
}
.BgClassName
{
background-color: #66D152;
}
</style>
border-color css
<style>
span { border-color: #66D152; }
span { border-color: rgb(102,209,82); }
td.TdClassName
{
border-color: #66D152;
}
.TagClassName
{
border-color: #66D152;
}
</style>