Shades of Mantis #6ADD4A
Tints of Mantis #6ADD4A
RGB
CMYK
RGB Variations
Color information
#6ADD4A (or 0x6ADD4A) is known color: Mantis. HEX triplet: 6A, DD and 4A. RGB value is (106,221,74). Sum of RGB (Red+Green+Blue) = 106+221+74=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADD4A is #9522B5. Grayscale: #AAAAAA. Windows color (decimal): -9773750 or 4906346. OLE color: 4906346.
HSL color Cylindrical-coordinate representation of color #6ADD4A: hue angle of 106.94º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6ADD4A is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 74 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.13 |
| HSL | 106.94º | 0.68% | 0.58% | - |
| HSV(B) | 106.94º | 0.67% | 0.87% | - |
| XYZ | 33.04 | 55.27 | 15.41 | - |
| YUV | 169.86 | 73.9 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 74 | 0.52 | 0 | 0.67 | 0.13 | 106.94 | 0.68 | 0.58 |
| Hex | 6A | DD | 4A | 34 | 0 | 43 | D | 6B | 44 | 3A |
| Octal | 152 | 335 | 112 | 64 | 0 | 103 | 15 | 153 | 104 | 72 |
| Binary | 1101010 | 11011101 | 1001010 | 110100 | 0 | 1000011 | 1101 | 1101011 | 1000100 | 111010 |
Color Harmonies of #6ADD4A
Complementary color
Monochromatic Colors of #6ADD4A
Black with #6ADD4A
Text Example
Text Example
White with #6ADD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD4A; }
p { color: rgb(106,221,74); }
H1.HeaderClassName
{
color: #6ADD4A;
}
.AnyTagClassName
{
color: #6ADD4A;
}
</style>
background-color css
<style>
a { background-color: #6ADD4A; }
a { background-color: rgb(106,221,74); }
div.DivClassName
{
background-color: #6ADD4A;
}
.BgClassName
{
background-color: #6ADD4A;
}
</style>
border-color css
<style>
span { border-color: #6ADD4A; }
span { border-color: rgb(106,221,74); }
td.TdClassName
{
border-color: #6ADD4A;
}
.TagClassName
{
border-color: #6ADD4A;
}
</style>