Shades of Mantis #6ADE49
Tints of Mantis #6ADE49
RGB
CMYK
RGB Variations
Color information
#6ADE49 (or 0x6ADE49) is known color: Mantis. HEX triplet: 6A, DE and 49. RGB value is (106,222,73). Sum of RGB (Red+Green+Blue) = 106+222+73=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADE49 is #9521B6. Grayscale: #AAAAAA. Windows color (decimal): -9773495 or 4841066. OLE color: 4841066.
HSL color Cylindrical-coordinate representation of color #6ADE49: hue angle of 106.71º degrees, saturation: 0.69, 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 #6ADE49 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 73 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.13 |
| HSL | 106.71º | 0.69% | 0.58% | - |
| HSV(B) | 106.71º | 0.67% | 0.87% | - |
| XYZ | 33.27 | 55.79 | 15.32 | - |
| YUV | 170.33 | 73.07 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 73 | 0.52 | 0 | 0.67 | 0.13 | 106.71 | 0.69 | 0.58 |
| Hex | 6A | DE | 49 | 34 | 0 | 43 | D | 6B | 45 | 3A |
| Octal | 152 | 336 | 111 | 64 | 0 | 103 | 15 | 153 | 105 | 72 |
| Binary | 1101010 | 11011110 | 1001001 | 110100 | 0 | 1000011 | 1101 | 1101011 | 1000101 | 111010 |
Color Harmonies of #6ADE49
Complementary color
Monochromatic Colors of #6ADE49
Black with #6ADE49
Text Example
Text Example
White with #6ADE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE49; }
p { color: rgb(106,222,73); }
H1.HeaderClassName
{
color: #6ADE49;
}
.AnyTagClassName
{
color: #6ADE49;
}
</style>
background-color css
<style>
a { background-color: #6ADE49; }
a { background-color: rgb(106,222,73); }
div.DivClassName
{
background-color: #6ADE49;
}
.BgClassName
{
background-color: #6ADE49;
}
</style>
border-color css
<style>
span { border-color: #6ADE49; }
span { border-color: rgb(106,222,73); }
td.TdClassName
{
border-color: #6ADE49;
}
.TagClassName
{
border-color: #6ADE49;
}
</style>