Shades of Mantis #6AD054
Tints of Mantis #6AD054
RGB
CMYK
RGB Variations
Color information
#6AD054 (or 0x6AD054) is known color: Mantis. HEX triplet: 6A, D0 and 54. RGB value is (106,208,84). Sum of RGB (Red+Green+Blue) = 106+208+84=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD054 is #952FAB. Grayscale: #A3A3A3. Windows color (decimal): -9777068 or 5558378. OLE color: 5558378.
HSL color Cylindrical-coordinate representation of color #6AD054: hue angle of 109.35º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AD054 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 84 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.18 |
| HSL | 109.35º | 0.57% | 0.57% | - |
| HSV(B) | 109.35º | 0.6% | 0.82% | - |
| XYZ | 30.1 | 48.82 | 16.22 | - |
| YUV | 163.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 84 | 0.49 | 0 | 0.60 | 0.18 | 109.35 | 0.57 | 0.57 |
| Hex | 6A | D0 | 54 | 31 | 0 | 3C | 12 | 6D | 39 | 39 |
| Octal | 152 | 320 | 124 | 61 | 0 | 74 | 22 | 155 | 71 | 71 |
| Binary | 1101010 | 11010000 | 1010100 | 110001 | 0 | 111100 | 10010 | 1101101 | 111001 | 111001 |
Color Harmonies of #6AD054
Complementary color
Monochromatic Colors of #6AD054
Black with #6AD054
Text Example
Text Example
White with #6AD054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD054; }
p { color: rgb(106,208,84); }
H1.HeaderClassName
{
color: #6AD054;
}
.AnyTagClassName
{
color: #6AD054;
}
</style>
background-color css
<style>
a { background-color: #6AD054; }
a { background-color: rgb(106,208,84); }
div.DivClassName
{
background-color: #6AD054;
}
.BgClassName
{
background-color: #6AD054;
}
</style>
border-color css
<style>
span { border-color: #6AD054; }
span { border-color: rgb(106,208,84); }
td.TdClassName
{
border-color: #6AD054;
}
.TagClassName
{
border-color: #6AD054;
}
</style>