Shades of Mantis #6AD54E
Tints of Mantis #6AD54E
RGB
CMYK
RGB Variations
Color information
#6AD54E (or 0x6AD54E) is known color: Mantis. HEX triplet: 6A, D5 and 4E. RGB value is (106,213,78). Sum of RGB (Red+Green+Blue) = 106+213+78=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD54E is #952AB1. Grayscale: #A6A6A6. Windows color (decimal): -9775794 or 5166442. OLE color: 5166442.
HSL color Cylindrical-coordinate representation of color #6AD54E: hue angle of 107.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AD54E is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 78 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.16 |
| HSL | 107.56º | 0.62% | 0.57% | - |
| HSV(B) | 107.56º | 0.63% | 0.84% | - |
| XYZ | 31.11 | 51.2 | 15.45 | - |
| YUV | 165.62 | 78.55 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 78 | 0.50 | 0 | 0.63 | 0.16 | 107.56 | 0.62 | 0.57 |
| Hex | 6A | D5 | 4E | 32 | 0 | 3F | 10 | 6C | 3E | 39 |
| Octal | 152 | 325 | 116 | 62 | 0 | 77 | 20 | 154 | 76 | 71 |
| Binary | 1101010 | 11010101 | 1001110 | 110010 | 0 | 111111 | 10000 | 1101100 | 111110 | 111001 |
Color Harmonies of #6AD54E
Complementary color
Monochromatic Colors of #6AD54E
Black with #6AD54E
Text Example
Text Example
White with #6AD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD54E; }
p { color: rgb(106,213,78); }
H1.HeaderClassName
{
color: #6AD54E;
}
.AnyTagClassName
{
color: #6AD54E;
}
</style>
background-color css
<style>
a { background-color: #6AD54E; }
a { background-color: rgb(106,213,78); }
div.DivClassName
{
background-color: #6AD54E;
}
.BgClassName
{
background-color: #6AD54E;
}
</style>
border-color css
<style>
span { border-color: #6AD54E; }
span { border-color: rgb(106,213,78); }
td.TdClassName
{
border-color: #6AD54E;
}
.TagClassName
{
border-color: #6AD54E;
}
</style>