Shades of Apple #66C052
Tints of Apple #66C052
RGB
CMYK
RGB Variations
Color information
#66C052 (or 0x66C052) is known color: Apple. HEX triplet: 66, C0 and 52. RGB value is (102,192,82). Sum of RGB (Red+Green+Blue) = 102+192+82=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #66C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C052 is #993FAD. Grayscale: #989898. Windows color (decimal): -10043310 or 5423206. OLE color: 5423206.
HSL color Cylindrical-coordinate representation of color #66C052: hue angle of 109.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66C052 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 82 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.25 |
| HSL | 109.09º | 0.47% | 0.54% | - |
| HSV(B) | 109.09º | 0.57% | 0.75% | - |
| XYZ | 25.85 | 41.13 | 14.56 | - |
| YUV | 152.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 82 | 0.47 | 0 | 0.57 | 0.25 | 109.09 | 0.47 | 0.54 |
| Hex | 66 | C0 | 52 | 2F | 0 | 39 | 19 | 6D | 2F | 36 |
| Octal | 146 | 300 | 122 | 57 | 0 | 71 | 31 | 155 | 57 | 66 |
| Binary | 1100110 | 11000000 | 1010010 | 101111 | 0 | 111001 | 11001 | 1101101 | 101111 | 110110 |
Color Harmonies of #66C052
Complementary color
Monochromatic Colors of #66C052
Black with #66C052
Text Example
Text Example
White with #66C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C052; }
p { color: rgb(102,192,82); }
H1.HeaderClassName
{
color: #66C052;
}
.AnyTagClassName
{
color: #66C052;
}
</style>
background-color css
<style>
a { background-color: #66C052; }
a { background-color: rgb(102,192,82); }
div.DivClassName
{
background-color: #66C052;
}
.BgClassName
{
background-color: #66C052;
}
</style>
border-color css
<style>
span { border-color: #66C052; }
span { border-color: rgb(102,192,82); }
td.TdClassName
{
border-color: #66C052;
}
.TagClassName
{
border-color: #66C052;
}
</style>