Shades of Mantis #6AE540
Tints of Mantis #6AE540
RGB
CMYK
RGB Variations
Color information
#6AE540 (or 0x6AE540) is known color: Mantis. HEX triplet: 6A, E5 and 40. RGB value is (106,229,64). Sum of RGB (Red+Green+Blue) = 106+229+64=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE540 is #951ABF. Grayscale: #ADADAD. Windows color (decimal): -9771712 or 4253034. OLE color: 4253034.
HSL color Cylindrical-coordinate representation of color #6AE540: hue angle of 104.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AE540 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 229 | 64 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.10 |
| HSL | 104.73º | 0.76% | 0.57% | - |
| HSV(B) | 104.73º | 0.72% | 0.9% | - |
| XYZ | 34.89 | 59.47 | 14.49 | - |
| YUV | 173.41 | 66.25 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 229 | 64 | 0.54 | 0 | 0.72 | 0.10 | 104.73 | 0.76 | 0.57 |
| Hex | 6A | E5 | 40 | 36 | 0 | 48 | A | 69 | 4C | 39 |
| Octal | 152 | 345 | 100 | 66 | 0 | 110 | 12 | 151 | 114 | 71 |
| Binary | 1101010 | 11100101 | 1000000 | 110110 | 0 | 1001000 | 1010 | 1101001 | 1001100 | 111001 |
Color Harmonies of #6AE540
Complementary color
Monochromatic Colors of #6AE540
Black with #6AE540
Text Example
Text Example
White with #6AE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE540; }
p { color: rgb(106,229,64); }
H1.HeaderClassName
{
color: #6AE540;
}
.AnyTagClassName
{
color: #6AE540;
}
</style>
background-color css
<style>
a { background-color: #6AE540; }
a { background-color: rgb(106,229,64); }
div.DivClassName
{
background-color: #6AE540;
}
.BgClassName
{
background-color: #6AE540;
}
</style>
border-color css
<style>
span { border-color: #6AE540; }
span { border-color: rgb(106,229,64); }
td.TdClassName
{
border-color: #6AE540;
}
.TagClassName
{
border-color: #6AE540;
}
</style>