Shades of Mantis #6CCC60
Tints of Mantis #6CCC60
RGB
CMYK
RGB Variations
Color information
#6CCC60 (or 0x6CCC60) is known color: Mantis. HEX triplet: 6C, CC and 60. RGB value is (108,204,96). Sum of RGB (Red+Green+Blue) = 108+204+96=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC60 is #93339F. Grayscale: #A3A3A3. Windows color (decimal): -9647008 or 6343788. OLE color: 6343788.
HSL color Cylindrical-coordinate representation of color #6CCC60: hue angle of 113.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CCC60 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 96 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.2 |
| HSL | 113.33º | 0.51% | 0.59% | - |
| HSV(B) | 113.33º | 0.53% | 0.8% | - |
| XYZ | 29.89 | 47.22 | 18.61 | - |
| YUV | 162.98 | 90.2 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 96 | 0.47 | 0 | 0.53 | 0.2 | 113.33 | 0.51 | 0.59 |
| Hex | 6C | CC | 60 | 2F | 0 | 35 | 14 | 71 | 33 | 3B |
| Octal | 154 | 314 | 140 | 57 | 0 | 65 | 24 | 161 | 63 | 73 |
| Binary | 1101100 | 11001100 | 1100000 | 101111 | 0 | 110101 | 10100 | 1110001 | 110011 | 111011 |
Color Harmonies of #6CCC60
Complementary color
Monochromatic Colors of #6CCC60
Black with #6CCC60
Text Example
Text Example
White with #6CCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC60; }
p { color: rgb(108,204,96); }
H1.HeaderClassName
{
color: #6CCC60;
}
.AnyTagClassName
{
color: #6CCC60;
}
</style>
background-color css
<style>
a { background-color: #6CCC60; }
a { background-color: rgb(108,204,96); }
div.DivClassName
{
background-color: #6CCC60;
}
.BgClassName
{
background-color: #6CCC60;
}
</style>
border-color css
<style>
span { border-color: #6CCC60; }
span { border-color: rgb(108,204,96); }
td.TdClassName
{
border-color: #6CCC60;
}
.TagClassName
{
border-color: #6CCC60;
}
</style>