Shades of Mantis #6BD34E
Tints of Mantis #6BD34E
RGB
CMYK
RGB Variations
Color information
#6BD34E (or 0x6BD34E) is known color: Mantis. HEX triplet: 6B, D3 and 4E. RGB value is (107,211,78). Sum of RGB (Red+Green+Blue) = 107+211+78=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD34E is #942CB1. Grayscale: #A5A5A5. Windows color (decimal): -9710770 or 5165931. OLE color: 5165931.
HSL color Cylindrical-coordinate representation of color #6BD34E: hue angle of 106.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BD34E is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 211 | 78 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.17 |
| HSL | 106.92º | 0.6% | 0.57% | - |
| HSV(B) | 106.92º | 0.63% | 0.83% | - |
| XYZ | 30.73 | 50.26 | 15.29 | - |
| YUV | 164.74 | 79.04 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 211 | 78 | 0.49 | 0 | 0.63 | 0.17 | 106.92 | 0.6 | 0.57 |
| Hex | 6B | D3 | 4E | 31 | 0 | 3F | 11 | 6B | 3C | 39 |
| Octal | 153 | 323 | 116 | 61 | 0 | 77 | 21 | 153 | 74 | 71 |
| Binary | 1101011 | 11010011 | 1001110 | 110001 | 0 | 111111 | 10001 | 1101011 | 111100 | 111001 |
Color Harmonies of #6BD34E
Complementary color
Monochromatic Colors of #6BD34E
Black with #6BD34E
Text Example
Text Example
White with #6BD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD34E; }
p { color: rgb(107,211,78); }
H1.HeaderClassName
{
color: #6BD34E;
}
.AnyTagClassName
{
color: #6BD34E;
}
</style>
background-color css
<style>
a { background-color: #6BD34E; }
a { background-color: rgb(107,211,78); }
div.DivClassName
{
background-color: #6BD34E;
}
.BgClassName
{
background-color: #6BD34E;
}
</style>
border-color css
<style>
span { border-color: #6BD34E; }
span { border-color: rgb(107,211,78); }
td.TdClassName
{
border-color: #6BD34E;
}
.TagClassName
{
border-color: #6BD34E;
}
</style>