Shades of Mantis #6CC952
Tints of Mantis #6CC952
RGB
CMYK
RGB Variations
Color information
#6CC952 (or 0x6CC952) is known color: Mantis. HEX triplet: 6C, C9 and 52. RGB value is (108,201,82). Sum of RGB (Red+Green+Blue) = 108+201+82=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC952 is #9336AD. Grayscale: #A0A0A0. Windows color (decimal): -9647790 or 5425516. OLE color: 5425516.
HSL color Cylindrical-coordinate representation of color #6CC952: hue angle of 106.89º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CC952 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 201 | 82 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.21 |
| HSL | 106.89º | 0.52% | 0.55% | - |
| HSV(B) | 106.89º | 0.59% | 0.79% | - |
| XYZ | 28.59 | 45.57 | 15.27 | - |
| YUV | 159.63 | 84.19 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 201 | 82 | 0.46 | 0 | 0.59 | 0.21 | 106.89 | 0.52 | 0.55 |
| Hex | 6C | C9 | 52 | 2E | 0 | 3B | 15 | 6B | 34 | 37 |
| Octal | 154 | 311 | 122 | 56 | 0 | 73 | 25 | 153 | 64 | 67 |
| Binary | 1101100 | 11001001 | 1010010 | 101110 | 0 | 111011 | 10101 | 1101011 | 110100 | 110111 |
Color Harmonies of #6CC952
Complementary color
Monochromatic Colors of #6CC952
Black with #6CC952
Text Example
Text Example
White with #6CC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC952; }
p { color: rgb(108,201,82); }
H1.HeaderClassName
{
color: #6CC952;
}
.AnyTagClassName
{
color: #6CC952;
}
</style>
background-color css
<style>
a { background-color: #6CC952; }
a { background-color: rgb(108,201,82); }
div.DivClassName
{
background-color: #6CC952;
}
.BgClassName
{
background-color: #6CC952;
}
</style>
border-color css
<style>
span { border-color: #6CC952; }
span { border-color: rgb(108,201,82); }
td.TdClassName
{
border-color: #6CC952;
}
.TagClassName
{
border-color: #6CC952;
}
</style>