Shades of Mantis #6AD754
Tints of Mantis #6AD754
RGB
CMYK
RGB Variations
Color information
#6AD754 (or 0x6AD754) is known color: Mantis. HEX triplet: 6A, D7 and 54. RGB value is (106,215,84). Sum of RGB (Red+Green+Blue) = 106+215+84=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD754 is #9528AB. Grayscale: #A7A7A7. Windows color (decimal): -9775276 or 5560170. OLE color: 5560170.
HSL color Cylindrical-coordinate representation of color #6AD754: hue angle of 109.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AD754 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 84 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.16 |
| HSL | 109.92º | 0.62% | 0.59% | - |
| HSV(B) | 109.92º | 0.61% | 0.84% | - |
| XYZ | 31.84 | 52.31 | 16.81 | - |
| YUV | 167.48 | 80.89 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 84 | 0.51 | 0 | 0.61 | 0.16 | 109.92 | 0.62 | 0.59 |
| Hex | 6A | D7 | 54 | 33 | 0 | 3D | 10 | 6E | 3E | 3B |
| Octal | 152 | 327 | 124 | 63 | 0 | 75 | 20 | 156 | 76 | 73 |
| Binary | 1101010 | 11010111 | 1010100 | 110011 | 0 | 111101 | 10000 | 1101110 | 111110 | 111011 |
Color Harmonies of #6AD754
Complementary color
Monochromatic Colors of #6AD754
Black with #6AD754
Text Example
Text Example
White with #6AD754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD754; }
p { color: rgb(106,215,84); }
H1.HeaderClassName
{
color: #6AD754;
}
.AnyTagClassName
{
color: #6AD754;
}
</style>
background-color css
<style>
a { background-color: #6AD754; }
a { background-color: rgb(106,215,84); }
div.DivClassName
{
background-color: #6AD754;
}
.BgClassName
{
background-color: #6AD754;
}
</style>
border-color css
<style>
span { border-color: #6AD754; }
span { border-color: rgb(106,215,84); }
td.TdClassName
{
border-color: #6AD754;
}
.TagClassName
{
border-color: #6AD754;
}
</style>