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