Shades of Mantis #6BD34F
Tints of Mantis #6BD34F
RGB
CMYK
RGB Variations
Color information
#6BD34F (or 0x6BD34F) is known color: Mantis. HEX triplet: 6B, D3 and 4F. RGB value is (107,211,79). Sum of RGB (Red+Green+Blue) = 107+211+79=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD34F is #942CB0. Grayscale: #A5A5A5. Windows color (decimal): -9710769 or 5231467. OLE color: 5231467.
HSL color Cylindrical-coordinate representation of color #6BD34F: hue angle of 107.27º 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 #6BD34F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 211 | 79 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.17 |
| HSL | 107.27º | 0.6% | 0.57% | - |
| HSV(B) | 107.27º | 0.63% | 0.83% | - |
| XYZ | 30.77 | 50.28 | 15.48 | - |
| YUV | 164.86 | 79.54 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 211 | 79 | 0.49 | 0 | 0.63 | 0.17 | 107.27 | 0.6 | 0.57 |
| Hex | 6B | D3 | 4F | 31 | 0 | 3F | 11 | 6B | 3C | 39 |
| Octal | 153 | 323 | 117 | 61 | 0 | 77 | 21 | 153 | 74 | 71 |
| Binary | 1101011 | 11010011 | 1001111 | 110001 | 0 | 111111 | 10001 | 1101011 | 111100 | 111001 |
Color Harmonies of #6BD34F
Complementary color
Monochromatic Colors of #6BD34F
Black with #6BD34F
Text Example
Text Example
White with #6BD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD34F; }
p { color: rgb(107,211,79); }
H1.HeaderClassName
{
color: #6BD34F;
}
.AnyTagClassName
{
color: #6BD34F;
}
</style>
background-color css
<style>
a { background-color: #6BD34F; }
a { background-color: rgb(107,211,79); }
div.DivClassName
{
background-color: #6BD34F;
}
.BgClassName
{
background-color: #6BD34F;
}
</style>
border-color css
<style>
span { border-color: #6BD34F; }
span { border-color: rgb(107,211,79); }
td.TdClassName
{
border-color: #6BD34F;
}
.TagClassName
{
border-color: #6BD34F;
}
</style>