Shades of Apple #6EC052
Tints of Apple #6EC052
RGB
CMYK
RGB Variations
Color information
#6EC052 (or 0x6EC052) is known color: Apple. HEX triplet: 6E, C0 and 52. RGB value is (110,192,82). Sum of RGB (Red+Green+Blue) = 110+192+82=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC052 is #913FAD. Grayscale: #9B9B9B. Windows color (decimal): -9519022 or 5423214. OLE color: 5423214.
HSL color Cylindrical-coordinate representation of color #6EC052: hue angle of 104.73º 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 #6EC052 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 82 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.25 |
| HSL | 104.73º | 0.47% | 0.54% | - |
| HSV(B) | 104.73º | 0.57% | 0.75% | - |
| XYZ | 26.8 | 41.62 | 14.6 | - |
| YUV | 154.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 82 | 0.43 | 0 | 0.57 | 0.25 | 104.73 | 0.47 | 0.54 |
| Hex | 6E | C0 | 52 | 2B | 0 | 39 | 19 | 69 | 2F | 36 |
| Octal | 156 | 300 | 122 | 53 | 0 | 71 | 31 | 151 | 57 | 66 |
| Binary | 1101110 | 11000000 | 1010010 | 101011 | 0 | 111001 | 11001 | 1101001 | 101111 | 110110 |
Color Harmonies of #6EC052
Complementary color
Monochromatic Colors of #6EC052
Black with #6EC052
Text Example
Text Example
White with #6EC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC052; }
p { color: rgb(110,192,82); }
H1.HeaderClassName
{
color: #6EC052;
}
.AnyTagClassName
{
color: #6EC052;
}
</style>
background-color css
<style>
a { background-color: #6EC052; }
a { background-color: rgb(110,192,82); }
div.DivClassName
{
background-color: #6EC052;
}
.BgClassName
{
background-color: #6EC052;
}
</style>
border-color css
<style>
span { border-color: #6EC052; }
span { border-color: rgb(110,192,82); }
td.TdClassName
{
border-color: #6EC052;
}
.TagClassName
{
border-color: #6EC052;
}
</style>