Shades of Apple #6EBA50
Tints of Apple #6EBA50
RGB
CMYK
RGB Variations
Color information
#6EBA50 (or 0x6EBA50) is known color: Apple. HEX triplet: 6E, BA and 50. RGB value is (110,186,80). Sum of RGB (Red+Green+Blue) = 110+186+80=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA50 is #9145AF. Grayscale: #979797. Windows color (decimal): -9520560 or 5290606. OLE color: 5290606.
HSL color Cylindrical-coordinate representation of color #6EBA50: hue angle of 103.02º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EBA50 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 80 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.27 |
| HSL | 103.02º | 0.43% | 0.52% | - |
| HSV(B) | 103.02º | 0.57% | 0.73% | - |
| XYZ | 25.44 | 39.01 | 13.78 | - |
| YUV | 151.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 80 | 0.41 | 0 | 0.57 | 0.27 | 103.02 | 0.43 | 0.52 |
| Hex | 6E | BA | 50 | 29 | 0 | 39 | 1B | 67 | 2B | 34 |
| Octal | 156 | 272 | 120 | 51 | 0 | 71 | 33 | 147 | 53 | 64 |
| Binary | 1101110 | 10111010 | 1010000 | 101001 | 0 | 111001 | 11011 | 1100111 | 101011 | 110100 |
Color Harmonies of #6EBA50
Complementary color
Monochromatic Colors of #6EBA50
Black with #6EBA50
Text Example
Text Example
White with #6EBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA50; }
p { color: rgb(110,186,80); }
H1.HeaderClassName
{
color: #6EBA50;
}
.AnyTagClassName
{
color: #6EBA50;
}
</style>
background-color css
<style>
a { background-color: #6EBA50; }
a { background-color: rgb(110,186,80); }
div.DivClassName
{
background-color: #6EBA50;
}
.BgClassName
{
background-color: #6EBA50;
}
</style>
border-color css
<style>
span { border-color: #6EBA50; }
span { border-color: rgb(110,186,80); }
td.TdClassName
{
border-color: #6EBA50;
}
.TagClassName
{
border-color: #6EBA50;
}
</style>