Shades of Mantis #6CD955
Tints of Mantis #6CD955
RGB
CMYK
RGB Variations
Color information
#6CD955 (or 0x6CD955) is known color: Mantis. HEX triplet: 6C, D9 and 55. RGB value is (108,217,85). Sum of RGB (Red+Green+Blue) = 108+217+85=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD955 is #9326AA. Grayscale: #A9A9A9. Windows color (decimal): -9643691 or 5626220. OLE color: 5626220.
HSL color Cylindrical-coordinate representation of color #6CD955: hue angle of 109.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CD955 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 217 | 85 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.15 |
| HSL | 109.55º | 0.63% | 0.59% | - |
| HSV(B) | 109.55º | 0.61% | 0.85% | - |
| XYZ | 32.64 | 53.47 | 17.19 | - |
| YUV | 169.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 217 | 85 | 0.50 | 0 | 0.61 | 0.15 | 109.55 | 0.63 | 0.59 |
| Hex | 6C | D9 | 55 | 32 | 0 | 3D | F | 6E | 3F | 3B |
| Octal | 154 | 331 | 125 | 62 | 0 | 75 | 17 | 156 | 77 | 73 |
| Binary | 1101100 | 11011001 | 1010101 | 110010 | 0 | 111101 | 1111 | 1101110 | 111111 | 111011 |
Color Harmonies of #6CD955
Complementary color
Monochromatic Colors of #6CD955
Black with #6CD955
Text Example
Text Example
White with #6CD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD955; }
p { color: rgb(108,217,85); }
H1.HeaderClassName
{
color: #6CD955;
}
.AnyTagClassName
{
color: #6CD955;
}
</style>
background-color css
<style>
a { background-color: #6CD955; }
a { background-color: rgb(108,217,85); }
div.DivClassName
{
background-color: #6CD955;
}
.BgClassName
{
background-color: #6CD955;
}
</style>
border-color css
<style>
span { border-color: #6CD955; }
span { border-color: rgb(108,217,85); }
td.TdClassName
{
border-color: #6CD955;
}
.TagClassName
{
border-color: #6CD955;
}
</style>