Shades of Mantis #6CCE56
Tints of Mantis #6CCE56
RGB
CMYK
RGB Variations
Color information
#6CCE56 (or 0x6CCE56) is known color: Mantis. HEX triplet: 6C, CE and 56. RGB value is (108,206,86). Sum of RGB (Red+Green+Blue) = 108+206+86=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCE56 is #9331A9. Grayscale: #A3A3A3. Windows color (decimal): -9646506 or 5688940. OLE color: 5688940.
HSL color Cylindrical-coordinate representation of color #6CCE56: hue angle of 109º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CCE56 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 86 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.19 |
| HSL | 109º | 0.55% | 0.57% | - |
| HSV(B) | 109º | 0.58% | 0.81% | - |
| XYZ | 29.94 | 48 | 16.49 | - |
| YUV | 163.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 86 | 0.48 | 0 | 0.58 | 0.19 | 109 | 0.55 | 0.57 |
| Hex | 6C | CE | 56 | 30 | 0 | 3A | 13 | 6D | 37 | 39 |
| Octal | 154 | 316 | 126 | 60 | 0 | 72 | 23 | 155 | 67 | 71 |
| Binary | 1101100 | 11001110 | 1010110 | 110000 | 0 | 111010 | 10011 | 1101101 | 110111 | 111001 |
Color Harmonies of #6CCE56
Complementary color
Monochromatic Colors of #6CCE56
Black with #6CCE56
Text Example
Text Example
White with #6CCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCE56; }
p { color: rgb(108,206,86); }
H1.HeaderClassName
{
color: #6CCE56;
}
.AnyTagClassName
{
color: #6CCE56;
}
</style>
background-color css
<style>
a { background-color: #6CCE56; }
a { background-color: rgb(108,206,86); }
div.DivClassName
{
background-color: #6CCE56;
}
.BgClassName
{
background-color: #6CCE56;
}
</style>
border-color css
<style>
span { border-color: #6CCE56; }
span { border-color: rgb(108,206,86); }
td.TdClassName
{
border-color: #6CCE56;
}
.TagClassName
{
border-color: #6CCE56;
}
</style>