Shades of Mantis #6ADA52
Tints of Mantis #6ADA52
RGB
CMYK
RGB Variations
Color information
#6ADA52 (or 0x6ADA52) is known color: Mantis. HEX triplet: 6A, DA and 52. RGB value is (106,218,82). Sum of RGB (Red+Green+Blue) = 106+218+82=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA52 is #9525AD. Grayscale: #A9A9A9. Windows color (decimal): -9774510 or 5429866. OLE color: 5429866.
HSL color Cylindrical-coordinate representation of color #6ADA52: hue angle of 109.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6ADA52 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 82 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.15 |
| HSL | 109.41º | 0.65% | 0.59% | - |
| HSV(B) | 109.41º | 0.62% | 0.85% | - |
| XYZ | 32.54 | 53.82 | 16.66 | - |
| YUV | 169.01 | 78.89 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 82 | 0.51 | 0 | 0.62 | 0.15 | 109.41 | 0.65 | 0.59 |
| Hex | 6A | DA | 52 | 33 | 0 | 3E | F | 6D | 41 | 3B |
| Octal | 152 | 332 | 122 | 63 | 0 | 76 | 17 | 155 | 101 | 73 |
| Binary | 1101010 | 11011010 | 1010010 | 110011 | 0 | 111110 | 1111 | 1101101 | 1000001 | 111011 |
Color Harmonies of #6ADA52
Complementary color
Monochromatic Colors of #6ADA52
Black with #6ADA52
Text Example
Text Example
White with #6ADA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA52; }
p { color: rgb(106,218,82); }
H1.HeaderClassName
{
color: #6ADA52;
}
.AnyTagClassName
{
color: #6ADA52;
}
</style>
background-color css
<style>
a { background-color: #6ADA52; }
a { background-color: rgb(106,218,82); }
div.DivClassName
{
background-color: #6ADA52;
}
.BgClassName
{
background-color: #6ADA52;
}
</style>
border-color css
<style>
span { border-color: #6ADA52; }
span { border-color: rgb(106,218,82); }
td.TdClassName
{
border-color: #6ADA52;
}
.TagClassName
{
border-color: #6ADA52;
}
</style>