Shades of Apple #6EC532
Tints of Apple #6EC532
RGB
CMYK
RGB Variations
Color information
#6EC532 (or 0x6EC532) is known color: Apple. HEX triplet: 6E, C5 and 32. RGB value is (110,197,50). Sum of RGB (Red+Green+Blue) = 110+197+50=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC532 is #913ACD. Grayscale: #9A9A9A. Windows color (decimal): -9517774 or 3327342. OLE color: 3327342.
HSL color Cylindrical-coordinate representation of color #6EC532: hue angle of 95.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6EC532 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 50 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.23 |
| HSL | 95.51º | 0.6% | 0.48% | - |
| HSV(B) | 95.51º | 0.75% | 0.77% | - |
| XYZ | 26.97 | 43.48 | 9.99 | - |
| YUV | 154.23 | 69.18 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 50 | 0.44 | 0 | 0.75 | 0.23 | 95.51 | 0.6 | 0.48 |
| Hex | 6E | C5 | 32 | 2C | 0 | 4B | 17 | 60 | 3C | 30 |
| Octal | 156 | 305 | 62 | 54 | 0 | 113 | 27 | 140 | 74 | 60 |
| Binary | 1101110 | 11000101 | 110010 | 101100 | 0 | 1001011 | 10111 | 1100000 | 111100 | 110000 |
Color Harmonies of #6EC532
Complementary color
Monochromatic Colors of #6EC532
Black with #6EC532
Text Example
Text Example
White with #6EC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC532; }
p { color: rgb(110,197,50); }
H1.HeaderClassName
{
color: #6EC532;
}
.AnyTagClassName
{
color: #6EC532;
}
</style>
background-color css
<style>
a { background-color: #6EC532; }
a { background-color: rgb(110,197,50); }
div.DivClassName
{
background-color: #6EC532;
}
.BgClassName
{
background-color: #6EC532;
}
</style>
border-color css
<style>
span { border-color: #6EC532; }
span { border-color: rgb(110,197,50); }
td.TdClassName
{
border-color: #6EC532;
}
.TagClassName
{
border-color: #6EC532;
}
</style>