Shades of Mantis #6AD74F
Tints of Mantis #6AD74F
RGB
CMYK
RGB Variations
Color information
#6AD74F (or 0x6AD74F) is known color: Mantis. HEX triplet: 6A, D7 and 4F. RGB value is (106,215,79). Sum of RGB (Red+Green+Blue) = 106+215+79=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD74F is #9528B0. Grayscale: #A7A7A7. Windows color (decimal): -9775281 or 5232490. OLE color: 5232490.
HSL color Cylindrical-coordinate representation of color #6AD74F: hue angle of 108.09º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AD74F is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 79 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.16 |
| HSL | 108.09º | 0.63% | 0.58% | - |
| HSV(B) | 108.09º | 0.63% | 0.84% | - |
| XYZ | 31.66 | 52.23 | 15.81 | - |
| YUV | 166.91 | 78.39 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 79 | 0.51 | 0 | 0.63 | 0.16 | 108.09 | 0.63 | 0.58 |
| Hex | 6A | D7 | 4F | 33 | 0 | 3F | 10 | 6C | 3F | 3A |
| Octal | 152 | 327 | 117 | 63 | 0 | 77 | 20 | 154 | 77 | 72 |
| Binary | 1101010 | 11010111 | 1001111 | 110011 | 0 | 111111 | 10000 | 1101100 | 111111 | 111010 |
Color Harmonies of #6AD74F
Complementary color
Monochromatic Colors of #6AD74F
Black with #6AD74F
Text Example
Text Example
White with #6AD74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD74F; }
p { color: rgb(106,215,79); }
H1.HeaderClassName
{
color: #6AD74F;
}
.AnyTagClassName
{
color: #6AD74F;
}
</style>
background-color css
<style>
a { background-color: #6AD74F; }
a { background-color: rgb(106,215,79); }
div.DivClassName
{
background-color: #6AD74F;
}
.BgClassName
{
background-color: #6AD74F;
}
</style>
border-color css
<style>
span { border-color: #6AD74F; }
span { border-color: rgb(106,215,79); }
td.TdClassName
{
border-color: #6AD74F;
}
.TagClassName
{
border-color: #6AD74F;
}
</style>