Shades of Mantis #6CCC56
Tints of Mantis #6CCC56
RGB
CMYK
RGB Variations
Color information
#6CCC56 (or 0x6CCC56) is known color: Mantis. HEX triplet: 6C, CC and 56. RGB value is (108,204,86). Sum of RGB (Red+Green+Blue) = 108+204+86=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC56 is #9333A9. Grayscale: #A2A2A2. Windows color (decimal): -9647018 or 5688428. OLE color: 5688428.
HSL color Cylindrical-coordinate representation of color #6CCC56: hue angle of 108.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CCC56 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 86 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.2 |
| HSL | 108.81º | 0.54% | 0.57% | - |
| HSV(B) | 108.81º | 0.58% | 0.8% | - |
| XYZ | 29.46 | 47.05 | 16.33 | - |
| YUV | 161.84 | 85.2 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 86 | 0.47 | 0 | 0.58 | 0.2 | 108.81 | 0.54 | 0.57 |
| Hex | 6C | CC | 56 | 2F | 0 | 3A | 14 | 6D | 36 | 39 |
| Octal | 154 | 314 | 126 | 57 | 0 | 72 | 24 | 155 | 66 | 71 |
| Binary | 1101100 | 11001100 | 1010110 | 101111 | 0 | 111010 | 10100 | 1101101 | 110110 | 111001 |
Color Harmonies of #6CCC56
Complementary color
Monochromatic Colors of #6CCC56
Black with #6CCC56
Text Example
Text Example
White with #6CCC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC56; }
p { color: rgb(108,204,86); }
H1.HeaderClassName
{
color: #6CCC56;
}
.AnyTagClassName
{
color: #6CCC56;
}
</style>
background-color css
<style>
a { background-color: #6CCC56; }
a { background-color: rgb(108,204,86); }
div.DivClassName
{
background-color: #6CCC56;
}
.BgClassName
{
background-color: #6CCC56;
}
</style>
border-color css
<style>
span { border-color: #6CCC56; }
span { border-color: rgb(108,204,86); }
td.TdClassName
{
border-color: #6CCC56;
}
.TagClassName
{
border-color: #6CCC56;
}
</style>