Shades of Mantis #6BE440
Tints of Mantis #6BE440
RGB
CMYK
RGB Variations
Color information
#6BE440 (or 0x6BE440) is known color: Mantis. HEX triplet: 6B, E4 and 40. RGB value is (107,228,64). Sum of RGB (Red+Green+Blue) = 107+228+64=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BE440 is #941BBF. Grayscale: #ADADAD. Windows color (decimal): -9706432 or 4252779. OLE color: 4252779.
HSL color Cylindrical-coordinate representation of color #6BE440: hue angle of 104.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BE440 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 228 | 64 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.11 |
| HSL | 104.27º | 0.75% | 0.57% | - |
| HSV(B) | 104.27º | 0.72% | 0.89% | - |
| XYZ | 34.73 | 58.98 | 14.4 | - |
| YUV | 173.13 | 66.41 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 228 | 64 | 0.53 | 0 | 0.72 | 0.11 | 104.27 | 0.75 | 0.57 |
| Hex | 6B | E4 | 40 | 35 | 0 | 48 | B | 68 | 4B | 39 |
| Octal | 153 | 344 | 100 | 65 | 0 | 110 | 13 | 150 | 113 | 71 |
| Binary | 1101011 | 11100100 | 1000000 | 110101 | 0 | 1001000 | 1011 | 1101000 | 1001011 | 111001 |
Color Harmonies of #6BE440
Complementary color
Monochromatic Colors of #6BE440
Black with #6BE440
Text Example
Text Example
White with #6BE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE440; }
p { color: rgb(107,228,64); }
H1.HeaderClassName
{
color: #6BE440;
}
.AnyTagClassName
{
color: #6BE440;
}
</style>
background-color css
<style>
a { background-color: #6BE440; }
a { background-color: rgb(107,228,64); }
div.DivClassName
{
background-color: #6BE440;
}
.BgClassName
{
background-color: #6BE440;
}
</style>
border-color css
<style>
span { border-color: #6BE440; }
span { border-color: rgb(107,228,64); }
td.TdClassName
{
border-color: #6BE440;
}
.TagClassName
{
border-color: #6BE440;
}
</style>