Shades of Mantis #6CD755
Tints of Mantis #6CD755
RGB
CMYK
RGB Variations
Color information
#6CD755 (or 0x6CD755) is known color: Mantis. HEX triplet: 6C, D7 and 55. RGB value is (108,215,85). Sum of RGB (Red+Green+Blue) = 108+215+85=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD755 is #9328AA. Grayscale: #A8A8A8. Windows color (decimal): -9644203 or 5625708. OLE color: 5625708.
HSL color Cylindrical-coordinate representation of color #6CD755: hue angle of 109.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CD755 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 215 | 85 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.16 |
| HSL | 109.38º | 0.62% | 0.59% | - |
| HSV(B) | 109.38º | 0.6% | 0.84% | - |
| XYZ | 32.12 | 52.44 | 17.02 | - |
| YUV | 168.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 215 | 85 | 0.50 | 0 | 0.60 | 0.16 | 109.38 | 0.62 | 0.59 |
| Hex | 6C | D7 | 55 | 32 | 0 | 3C | 10 | 6D | 3E | 3B |
| Octal | 154 | 327 | 125 | 62 | 0 | 74 | 20 | 155 | 76 | 73 |
| Binary | 1101100 | 11010111 | 1010101 | 110010 | 0 | 111100 | 10000 | 1101101 | 111110 | 111011 |
Color Harmonies of #6CD755
Complementary color
Monochromatic Colors of #6CD755
Black with #6CD755
Text Example
Text Example
White with #6CD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD755; }
p { color: rgb(108,215,85); }
H1.HeaderClassName
{
color: #6CD755;
}
.AnyTagClassName
{
color: #6CD755;
}
</style>
background-color css
<style>
a { background-color: #6CD755; }
a { background-color: rgb(108,215,85); }
div.DivClassName
{
background-color: #6CD755;
}
.BgClassName
{
background-color: #6CD755;
}
</style>
border-color css
<style>
span { border-color: #6CD755; }
span { border-color: rgb(108,215,85); }
td.TdClassName
{
border-color: #6CD755;
}
.TagClassName
{
border-color: #6CD755;
}
</style>