Shades of Apple #6EC150
Tints of Apple #6EC150
RGB
CMYK
RGB Variations
Color information
#6EC150 (or 0x6EC150) is known color: Apple. HEX triplet: 6E, C1 and 50. RGB value is (110,193,80). Sum of RGB (Red+Green+Blue) = 110+193+80=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC150 is #913EAF. Grayscale: #9B9B9B. Windows color (decimal): -9518768 or 5292398. OLE color: 5292398.
HSL color Cylindrical-coordinate representation of color #6EC150: hue angle of 104.07º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6EC150 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 80 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.24 |
| HSL | 104.07º | 0.48% | 0.54% | - |
| HSV(B) | 104.07º | 0.59% | 0.76% | - |
| XYZ | 26.95 | 42.03 | 14.28 | - |
| YUV | 155.3 | 85.5 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 80 | 0.43 | 0 | 0.59 | 0.24 | 104.07 | 0.48 | 0.54 |
| Hex | 6E | C1 | 50 | 2B | 0 | 3B | 18 | 68 | 30 | 36 |
| Octal | 156 | 301 | 120 | 53 | 0 | 73 | 30 | 150 | 60 | 66 |
| Binary | 1101110 | 11000001 | 1010000 | 101011 | 0 | 111011 | 11000 | 1101000 | 110000 | 110110 |
Color Harmonies of #6EC150
Complementary color
Monochromatic Colors of #6EC150
Black with #6EC150
Text Example
Text Example
White with #6EC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC150; }
p { color: rgb(110,193,80); }
H1.HeaderClassName
{
color: #6EC150;
}
.AnyTagClassName
{
color: #6EC150;
}
</style>
background-color css
<style>
a { background-color: #6EC150; }
a { background-color: rgb(110,193,80); }
div.DivClassName
{
background-color: #6EC150;
}
.BgClassName
{
background-color: #6EC150;
}
</style>
border-color css
<style>
span { border-color: #6EC150; }
span { border-color: rgb(110,193,80); }
td.TdClassName
{
border-color: #6EC150;
}
.TagClassName
{
border-color: #6EC150;
}
</style>