Shades of Mantis #6BDE53
Tints of Mantis #6BDE53
RGB
CMYK
RGB Variations
Color information
#6BDE53 (or 0x6BDE53) is known color: Mantis. HEX triplet: 6B, DE and 53. RGB value is (107,222,83). Sum of RGB (Red+Green+Blue) = 107+222+83=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDE53 is #9421AC. Grayscale: #ACACAC. Windows color (decimal): -9707949 or 5496427. OLE color: 5496427.
HSL color Cylindrical-coordinate representation of color #6BDE53: hue angle of 109.64º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BDE53 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 83 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.13 |
| HSL | 109.64º | 0.68% | 0.6% | - |
| HSV(B) | 109.64º | 0.63% | 0.87% | - |
| XYZ | 33.75 | 55.99 | 17.21 | - |
| YUV | 171.77 | 77.9 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 83 | 0.52 | 0 | 0.63 | 0.13 | 109.64 | 0.68 | 0.6 |
| Hex | 6B | DE | 53 | 34 | 0 | 3F | D | 6E | 44 | 3C |
| Octal | 153 | 336 | 123 | 64 | 0 | 77 | 15 | 156 | 104 | 74 |
| Binary | 1101011 | 11011110 | 1010011 | 110100 | 0 | 111111 | 1101 | 1101110 | 1000100 | 111100 |
Color Harmonies of #6BDE53
Complementary color
Monochromatic Colors of #6BDE53
Black with #6BDE53
Text Example
Text Example
White with #6BDE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDE53; }
p { color: rgb(107,222,83); }
H1.HeaderClassName
{
color: #6BDE53;
}
.AnyTagClassName
{
color: #6BDE53;
}
</style>
background-color css
<style>
a { background-color: #6BDE53; }
a { background-color: rgb(107,222,83); }
div.DivClassName
{
background-color: #6BDE53;
}
.BgClassName
{
background-color: #6BDE53;
}
</style>
border-color css
<style>
span { border-color: #6BDE53; }
span { border-color: rgb(107,222,83); }
td.TdClassName
{
border-color: #6BDE53;
}
.TagClassName
{
border-color: #6BDE53;
}
</style>