Shades of Mantis #6CD64F
Tints of Mantis #6CD64F
RGB
CMYK
RGB Variations
Color information
#6CD64F (or 0x6CD64F) is known color: Mantis. HEX triplet: 6C, D6 and 4F. RGB value is (108,214,79). Sum of RGB (Red+Green+Blue) = 108+214+79=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD64F is #9329B0. Grayscale: #A7A7A7. Windows color (decimal): -9644465 or 5232236. OLE color: 5232236.
HSL color Cylindrical-coordinate representation of color #6CD64F: hue angle of 107.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CD64F is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 214 | 79 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.16 |
| HSL | 107.11º | 0.62% | 0.57% | - |
| HSV(B) | 107.11º | 0.63% | 0.84% | - |
| XYZ | 31.64 | 51.85 | 15.74 | - |
| YUV | 166.92 | 78.38 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 214 | 79 | 0.50 | 0 | 0.63 | 0.16 | 107.11 | 0.62 | 0.57 |
| Hex | 6C | D6 | 4F | 32 | 0 | 3F | 10 | 6B | 3E | 39 |
| Octal | 154 | 326 | 117 | 62 | 0 | 77 | 20 | 153 | 76 | 71 |
| Binary | 1101100 | 11010110 | 1001111 | 110010 | 0 | 111111 | 10000 | 1101011 | 111110 | 111001 |
Color Harmonies of #6CD64F
Complementary color
Monochromatic Colors of #6CD64F
Black with #6CD64F
Text Example
Text Example
White with #6CD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD64F; }
p { color: rgb(108,214,79); }
H1.HeaderClassName
{
color: #6CD64F;
}
.AnyTagClassName
{
color: #6CD64F;
}
</style>
background-color css
<style>
a { background-color: #6CD64F; }
a { background-color: rgb(108,214,79); }
div.DivClassName
{
background-color: #6CD64F;
}
.BgClassName
{
background-color: #6CD64F;
}
</style>
border-color css
<style>
span { border-color: #6CD64F; }
span { border-color: rgb(108,214,79); }
td.TdClassName
{
border-color: #6CD64F;
}
.TagClassName
{
border-color: #6CD64F;
}
</style>