Shades of Mantis #6ED04C
Tints of Mantis #6ED04C
RGB
CMYK
RGB Variations
Color information
#6ED04C (or 0x6ED04C) is known color: Mantis. HEX triplet: 6E, D0 and 4C. RGB value is (110,208,76). Sum of RGB (Red+Green+Blue) = 110+208+76=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED04C is #912FB3. Grayscale: #A4A4A4. Windows color (decimal): -9514932 or 5034094. OLE color: 5034094.
HSL color Cylindrical-coordinate representation of color #6ED04C: hue angle of 104.55º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6ED04C is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 76 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.18 |
| HSL | 104.55º | 0.58% | 0.56% | - |
| HSV(B) | 104.55º | 0.63% | 0.82% | - |
| XYZ | 30.29 | 48.95 | 14.69 | - |
| YUV | 163.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 76 | 0.47 | 0 | 0.63 | 0.18 | 104.55 | 0.58 | 0.56 |
| Hex | 6E | D0 | 4C | 2F | 0 | 3F | 12 | 69 | 3A | 38 |
| Octal | 156 | 320 | 114 | 57 | 0 | 77 | 22 | 151 | 72 | 70 |
| Binary | 1101110 | 11010000 | 1001100 | 101111 | 0 | 111111 | 10010 | 1101001 | 111010 | 111000 |
Color Harmonies of #6ED04C
Complementary color
Monochromatic Colors of #6ED04C
Black with #6ED04C
Text Example
Text Example
White with #6ED04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED04C; }
p { color: rgb(110,208,76); }
H1.HeaderClassName
{
color: #6ED04C;
}
.AnyTagClassName
{
color: #6ED04C;
}
</style>
background-color css
<style>
a { background-color: #6ED04C; }
a { background-color: rgb(110,208,76); }
div.DivClassName
{
background-color: #6ED04C;
}
.BgClassName
{
background-color: #6ED04C;
}
</style>
border-color css
<style>
span { border-color: #6ED04C; }
span { border-color: rgb(110,208,76); }
td.TdClassName
{
border-color: #6ED04C;
}
.TagClassName
{
border-color: #6ED04C;
}
</style>