Shades of Mantis #6CCC51
Tints of Mantis #6CCC51
RGB
CMYK
RGB Variations
Color information
#6CCC51 (or 0x6CCC51) is known color: Mantis. HEX triplet: 6C, CC and 51. RGB value is (108,204,81). Sum of RGB (Red+Green+Blue) = 108+204+81=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC51 is #9333AE. Grayscale: #A1A1A1. Windows color (decimal): -9647023 or 5360748. OLE color: 5360748.
HSL color Cylindrical-coordinate representation of color #6CCC51: hue angle of 106.83º degrees, saturation: 0.55, 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 #6CCC51 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 81 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.2 |
| HSL | 106.83º | 0.55% | 0.56% | - |
| HSV(B) | 106.83º | 0.6% | 0.8% | - |
| XYZ | 29.26 | 46.97 | 15.31 | - |
| YUV | 161.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 81 | 0.47 | 0 | 0.60 | 0.2 | 106.83 | 0.55 | 0.56 |
| Hex | 6C | CC | 51 | 2F | 0 | 3C | 14 | 6B | 37 | 38 |
| Octal | 154 | 314 | 121 | 57 | 0 | 74 | 24 | 153 | 67 | 70 |
| Binary | 1101100 | 11001100 | 1010001 | 101111 | 0 | 111100 | 10100 | 1101011 | 110111 | 111000 |
Color Harmonies of #6CCC51
Complementary color
Monochromatic Colors of #6CCC51
Black with #6CCC51
Text Example
Text Example
White with #6CCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC51; }
p { color: rgb(108,204,81); }
H1.HeaderClassName
{
color: #6CCC51;
}
.AnyTagClassName
{
color: #6CCC51;
}
</style>
background-color css
<style>
a { background-color: #6CCC51; }
a { background-color: rgb(108,204,81); }
div.DivClassName
{
background-color: #6CCC51;
}
.BgClassName
{
background-color: #6CCC51;
}
</style>
border-color css
<style>
span { border-color: #6CCC51; }
span { border-color: rgb(108,204,81); }
td.TdClassName
{
border-color: #6CCC51;
}
.TagClassName
{
border-color: #6CCC51;
}
</style>