Shades of Mantis #6CCB52
Tints of Mantis #6CCB52
RGB
CMYK
RGB Variations
Color information
#6CCB52 (or 0x6CCB52) is known color: Mantis. HEX triplet: 6C, CB and 52. RGB value is (108,203,82). Sum of RGB (Red+Green+Blue) = 108+203+82=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCB52 is #9334AD. Grayscale: #A1A1A1. Windows color (decimal): -9647278 or 5426028. OLE color: 5426028.
HSL color Cylindrical-coordinate representation of color #6CCB52: hue angle of 107.11º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CCB52 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 82 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.20 |
| HSL | 107.11º | 0.54% | 0.56% | - |
| HSV(B) | 107.11º | 0.6% | 0.8% | - |
| XYZ | 29.06 | 46.51 | 15.43 | - |
| YUV | 160.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 82 | 0.47 | 0 | 0.60 | 0.20 | 107.11 | 0.54 | 0.56 |
| Hex | 6C | CB | 52 | 2F | 0 | 3C | 14 | 6B | 36 | 38 |
| Octal | 154 | 313 | 122 | 57 | 0 | 74 | 24 | 153 | 66 | 70 |
| Binary | 1101100 | 11001011 | 1010010 | 101111 | 0 | 111100 | 10100 | 1101011 | 110110 | 111000 |
Color Harmonies of #6CCB52
Complementary color
Monochromatic Colors of #6CCB52
Black with #6CCB52
Text Example
Text Example
White with #6CCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB52; }
p { color: rgb(108,203,82); }
H1.HeaderClassName
{
color: #6CCB52;
}
.AnyTagClassName
{
color: #6CCB52;
}
</style>
background-color css
<style>
a { background-color: #6CCB52; }
a { background-color: rgb(108,203,82); }
div.DivClassName
{
background-color: #6CCB52;
}
.BgClassName
{
background-color: #6CCB52;
}
</style>
border-color css
<style>
span { border-color: #6CCB52; }
span { border-color: rgb(108,203,82); }
td.TdClassName
{
border-color: #6CCB52;
}
.TagClassName
{
border-color: #6CCB52;
}
</style>