Shades of Mantis #6ADF50
Tints of Mantis #6ADF50
RGB
CMYK
RGB Variations
Color information
#6ADF50 (or 0x6ADF50) is known color: Mantis. HEX triplet: 6A, DF and 50. RGB value is (106,223,80). Sum of RGB (Red+Green+Blue) = 106+223+80=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADF50 is #9520AF. Grayscale: #ACACAC. Windows color (decimal): -9773232 or 5300074. OLE color: 5300074.
HSL color Cylindrical-coordinate representation of color #6ADF50: hue angle of 109.09º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ADF50 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 80 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.13 |
| HSL | 109.09º | 0.69% | 0.59% | - |
| HSV(B) | 109.09º | 0.64% | 0.87% | - |
| XYZ | 33.78 | 56.42 | 16.7 | - |
| YUV | 171.72 | 76.24 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 80 | 0.52 | 0 | 0.64 | 0.13 | 109.09 | 0.69 | 0.59 |
| Hex | 6A | DF | 50 | 34 | 0 | 40 | D | 6D | 45 | 3B |
| Octal | 152 | 337 | 120 | 64 | 0 | 100 | 15 | 155 | 105 | 73 |
| Binary | 1101010 | 11011111 | 1010000 | 110100 | 0 | 1000000 | 1101 | 1101101 | 1000101 | 111011 |
Color Harmonies of #6ADF50
Complementary color
Monochromatic Colors of #6ADF50
Black with #6ADF50
Text Example
Text Example
White with #6ADF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF50; }
p { color: rgb(106,223,80); }
H1.HeaderClassName
{
color: #6ADF50;
}
.AnyTagClassName
{
color: #6ADF50;
}
</style>
background-color css
<style>
a { background-color: #6ADF50; }
a { background-color: rgb(106,223,80); }
div.DivClassName
{
background-color: #6ADF50;
}
.BgClassName
{
background-color: #6ADF50;
}
</style>
border-color css
<style>
span { border-color: #6ADF50; }
span { border-color: rgb(106,223,80); }
td.TdClassName
{
border-color: #6ADF50;
}
.TagClassName
{
border-color: #6ADF50;
}
</style>