Shades of Mantis #6CCC57
Tints of Mantis #6CCC57
RGB
CMYK
RGB Variations
Color information
#6CCC57 (or 0x6CCC57) is known color: Mantis. HEX triplet: 6C, CC and 57. RGB value is (108,204,87). Sum of RGB (Red+Green+Blue) = 108+204+87=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC57 is #9333A8. Grayscale: #A2A2A2. Windows color (decimal): -9647017 or 5753964. OLE color: 5753964.
HSL color Cylindrical-coordinate representation of color #6CCC57: hue angle of 109.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CCC57 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 87 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.2 |
| HSL | 109.23º | 0.53% | 0.57% | - |
| HSV(B) | 109.23º | 0.57% | 0.8% | - |
| XYZ | 29.5 | 47.06 | 16.55 | - |
| YUV | 161.96 | 85.7 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 87 | 0.47 | 0 | 0.57 | 0.2 | 109.23 | 0.53 | 0.57 |
| Hex | 6C | CC | 57 | 2F | 0 | 39 | 14 | 6D | 35 | 39 |
| Octal | 154 | 314 | 127 | 57 | 0 | 71 | 24 | 155 | 65 | 71 |
| Binary | 1101100 | 11001100 | 1010111 | 101111 | 0 | 111001 | 10100 | 1101101 | 110101 | 111001 |
Color Harmonies of #6CCC57
Complementary color
Monochromatic Colors of #6CCC57
Black with #6CCC57
Text Example
Text Example
White with #6CCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC57; }
p { color: rgb(108,204,87); }
H1.HeaderClassName
{
color: #6CCC57;
}
.AnyTagClassName
{
color: #6CCC57;
}
</style>
background-color css
<style>
a { background-color: #6CCC57; }
a { background-color: rgb(108,204,87); }
div.DivClassName
{
background-color: #6CCC57;
}
.BgClassName
{
background-color: #6CCC57;
}
</style>
border-color css
<style>
span { border-color: #6CCC57; }
span { border-color: rgb(108,204,87); }
td.TdClassName
{
border-color: #6CCC57;
}
.TagClassName
{
border-color: #6CCC57;
}
</style>