Shades of Mantis #6CCC61
Tints of Mantis #6CCC61
RGB
CMYK
RGB Variations
Color information
#6CCC61 (or 0x6CCC61) is known color: Mantis. HEX triplet: 6C, CC and 61. RGB value is (108,204,97). Sum of RGB (Red+Green+Blue) = 108+204+97=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC61 is #93339E. Grayscale: #A3A3A3. Windows color (decimal): -9647007 or 6409324. OLE color: 6409324.
HSL color Cylindrical-coordinate representation of color #6CCC61: hue angle of 113.83º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCC61 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 97 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.2 |
| HSL | 113.83º | 0.51% | 0.59% | - |
| HSV(B) | 113.83º | 0.52% | 0.8% | - |
| XYZ | 29.93 | 47.24 | 18.85 | - |
| YUV | 163.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 97 | 0.47 | 0 | 0.52 | 0.2 | 113.83 | 0.51 | 0.59 |
| Hex | 6C | CC | 61 | 2F | 0 | 34 | 14 | 72 | 33 | 3B |
| Octal | 154 | 314 | 141 | 57 | 0 | 64 | 24 | 162 | 63 | 73 |
| Binary | 1101100 | 11001100 | 1100001 | 101111 | 0 | 110100 | 10100 | 1110010 | 110011 | 111011 |
Color Harmonies of #6CCC61
Complementary color
Monochromatic Colors of #6CCC61
Black with #6CCC61
Text Example
Text Example
White with #6CCC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC61; }
p { color: rgb(108,204,97); }
H1.HeaderClassName
{
color: #6CCC61;
}
.AnyTagClassName
{
color: #6CCC61;
}
</style>
background-color css
<style>
a { background-color: #6CCC61; }
a { background-color: rgb(108,204,97); }
div.DivClassName
{
background-color: #6CCC61;
}
.BgClassName
{
background-color: #6CCC61;
}
</style>
border-color css
<style>
span { border-color: #6CCC61; }
span { border-color: rgb(108,204,97); }
td.TdClassName
{
border-color: #6CCC61;
}
.TagClassName
{
border-color: #6CCC61;
}
</style>