Shades of Mantis #6EDA51
Tints of Mantis #6EDA51
RGB
CMYK
RGB Variations
Color information
#6EDA51 (or 0x6EDA51) is known color: Mantis. HEX triplet: 6E, DA and 51. RGB value is (110,218,81). Sum of RGB (Red+Green+Blue) = 110+218+81=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDA51 is #9125AE. Grayscale: #AAAAAA. Windows color (decimal): -9512367 or 5364334. OLE color: 5364334.
HSL color Cylindrical-coordinate representation of color #6EDA51: hue angle of 107.3º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6EDA51 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 81 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.15 |
| HSL | 107.3º | 0.65% | 0.59% | - |
| HSV(B) | 107.3º | 0.63% | 0.85% | - |
| XYZ | 32.99 | 54.05 | 16.48 | - |
| YUV | 170.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 81 | 0.50 | 0 | 0.63 | 0.15 | 107.3 | 0.65 | 0.59 |
| Hex | 6E | DA | 51 | 32 | 0 | 3F | F | 6B | 41 | 3B |
| Octal | 156 | 332 | 121 | 62 | 0 | 77 | 17 | 153 | 101 | 73 |
| Binary | 1101110 | 11011010 | 1010001 | 110010 | 0 | 111111 | 1111 | 1101011 | 1000001 | 111011 |
Color Harmonies of #6EDA51
Complementary color
Monochromatic Colors of #6EDA51
Black with #6EDA51
Text Example
Text Example
White with #6EDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA51; }
p { color: rgb(110,218,81); }
H1.HeaderClassName
{
color: #6EDA51;
}
.AnyTagClassName
{
color: #6EDA51;
}
</style>
background-color css
<style>
a { background-color: #6EDA51; }
a { background-color: rgb(110,218,81); }
div.DivClassName
{
background-color: #6EDA51;
}
.BgClassName
{
background-color: #6EDA51;
}
</style>
border-color css
<style>
span { border-color: #6EDA51; }
span { border-color: rgb(110,218,81); }
td.TdClassName
{
border-color: #6EDA51;
}
.TagClassName
{
border-color: #6EDA51;
}
</style>