Shades of Mantis #6CCB60
Tints of Mantis #6CCB60
RGB
CMYK
RGB Variations
Color information
#6CCB60 (or 0x6CCB60) is known color: Mantis. HEX triplet: 6C, CB and 60. RGB value is (108,203,96). Sum of RGB (Red+Green+Blue) = 108+203+96=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCB60 is #93349F. Grayscale: #A2A2A2. Windows color (decimal): -9647264 or 6343532. OLE color: 6343532.
HSL color Cylindrical-coordinate representation of color #6CCB60: hue angle of 113.27º 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 #6CCB60 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 96 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.20 |
| HSL | 113.27º | 0.51% | 0.59% | - |
| HSV(B) | 113.27º | 0.53% | 0.8% | - |
| XYZ | 29.65 | 46.74 | 18.53 | - |
| YUV | 162.4 | 90.53 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 96 | 0.47 | 0 | 0.53 | 0.20 | 113.27 | 0.51 | 0.59 |
| Hex | 6C | CB | 60 | 2F | 0 | 35 | 14 | 71 | 33 | 3B |
| Octal | 154 | 313 | 140 | 57 | 0 | 65 | 24 | 161 | 63 | 73 |
| Binary | 1101100 | 11001011 | 1100000 | 101111 | 0 | 110101 | 10100 | 1110001 | 110011 | 111011 |
Color Harmonies of #6CCB60
Complementary color
Monochromatic Colors of #6CCB60
Black with #6CCB60
Text Example
Text Example
White with #6CCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB60; }
p { color: rgb(108,203,96); }
H1.HeaderClassName
{
color: #6CCB60;
}
.AnyTagClassName
{
color: #6CCB60;
}
</style>
background-color css
<style>
a { background-color: #6CCB60; }
a { background-color: rgb(108,203,96); }
div.DivClassName
{
background-color: #6CCB60;
}
.BgClassName
{
background-color: #6CCB60;
}
</style>
border-color css
<style>
span { border-color: #6CCB60; }
span { border-color: rgb(108,203,96); }
td.TdClassName
{
border-color: #6CCB60;
}
.TagClassName
{
border-color: #6CCB60;
}
</style>