Shades of Mantis #6CD458
Tints of Mantis #6CD458
RGB
CMYK
RGB Variations
Color information
#6CD458 (or 0x6CD458) is known color: Mantis. HEX triplet: 6C, D4 and 58. RGB value is (108,212,88). Sum of RGB (Red+Green+Blue) = 108+212+88=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD458 is #932BA7. Grayscale: #A7A7A7. Windows color (decimal): -9644968 or 5821548. OLE color: 5821548.
HSL color Cylindrical-coordinate representation of color #6CD458: hue angle of 110.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CD458 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 212 | 88 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.17 |
| HSL | 110.32º | 0.59% | 0.59% | - |
| HSV(B) | 110.32º | 0.58% | 0.83% | - |
| XYZ | 31.49 | 50.98 | 17.41 | - |
| YUV | 166.77 | 83.54 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 212 | 88 | 0.49 | 0 | 0.58 | 0.17 | 110.32 | 0.59 | 0.59 |
| Hex | 6C | D4 | 58 | 31 | 0 | 3A | 11 | 6E | 3B | 3B |
| Octal | 154 | 324 | 130 | 61 | 0 | 72 | 21 | 156 | 73 | 73 |
| Binary | 1101100 | 11010100 | 1011000 | 110001 | 0 | 111010 | 10001 | 1101110 | 111011 | 111011 |
Color Harmonies of #6CD458
Complementary color
Monochromatic Colors of #6CD458
Black with #6CD458
Text Example
Text Example
White with #6CD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD458; }
p { color: rgb(108,212,88); }
H1.HeaderClassName
{
color: #6CD458;
}
.AnyTagClassName
{
color: #6CD458;
}
</style>
background-color css
<style>
a { background-color: #6CD458; }
a { background-color: rgb(108,212,88); }
div.DivClassName
{
background-color: #6CD458;
}
.BgClassName
{
background-color: #6CD458;
}
</style>
border-color css
<style>
span { border-color: #6CD458; }
span { border-color: rgb(108,212,88); }
td.TdClassName
{
border-color: #6CD458;
}
.TagClassName
{
border-color: #6CD458;
}
</style>