Shades of Apple #6EC531
Tints of Apple #6EC531
RGB
CMYK
RGB Variations
Color information
#6EC531 (or 0x6EC531) is known color: Apple. HEX triplet: 6E, C5 and 31. RGB value is (110,197,49). Sum of RGB (Red+Green+Blue) = 110+197+49=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC531 is #913ACE. Grayscale: #9A9A9A. Windows color (decimal): -9517775 or 3261806. OLE color: 3261806.
HSL color Cylindrical-coordinate representation of color #6EC531: hue angle of 95.27º 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 #6EC531 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 49 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.23 |
| HSL | 95.27º | 0.6% | 0.48% | - |
| HSV(B) | 95.27º | 0.75% | 0.77% | - |
| XYZ | 26.95 | 43.47 | 9.88 | - |
| YUV | 154.12 | 68.68 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 49 | 0.44 | 0 | 0.75 | 0.23 | 95.27 | 0.6 | 0.48 |
| Hex | 6E | C5 | 31 | 2C | 0 | 4B | 17 | 5F | 3C | 30 |
| Octal | 156 | 305 | 61 | 54 | 0 | 113 | 27 | 137 | 74 | 60 |
| Binary | 1101110 | 11000101 | 110001 | 101100 | 0 | 1001011 | 10111 | 1011111 | 111100 | 110000 |
Color Harmonies of #6EC531
Complementary color
Monochromatic Colors of #6EC531
Black with #6EC531
Text Example
Text Example
White with #6EC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC531; }
p { color: rgb(110,197,49); }
H1.HeaderClassName
{
color: #6EC531;
}
.AnyTagClassName
{
color: #6EC531;
}
</style>
background-color css
<style>
a { background-color: #6EC531; }
a { background-color: rgb(110,197,49); }
div.DivClassName
{
background-color: #6EC531;
}
.BgClassName
{
background-color: #6EC531;
}
</style>
border-color css
<style>
span { border-color: #6EC531; }
span { border-color: rgb(110,197,49); }
td.TdClassName
{
border-color: #6EC531;
}
.TagClassName
{
border-color: #6EC531;
}
</style>