Shades of Mantis #6CD051
Tints of Mantis #6CD051
RGB
CMYK
RGB Variations
Color information
#6CD051 (or 0x6CD051) is known color: Mantis. HEX triplet: 6C, D0 and 51. RGB value is (108,208,81). Sum of RGB (Red+Green+Blue) = 108+208+81=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD051 is #932FAE. Grayscale: #A4A4A4. Windows color (decimal): -9645999 or 5361772. OLE color: 5361772.
HSL color Cylindrical-coordinate representation of color #6CD051: hue angle of 107.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CD051 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 81 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.18 |
| HSL | 107.24º | 0.57% | 0.57% | - |
| HSV(B) | 107.24º | 0.61% | 0.82% | - |
| XYZ | 30.23 | 48.89 | 15.63 | - |
| YUV | 163.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 81 | 0.48 | 0 | 0.61 | 0.18 | 107.24 | 0.57 | 0.57 |
| Hex | 6C | D0 | 51 | 30 | 0 | 3D | 12 | 6B | 39 | 39 |
| Octal | 154 | 320 | 121 | 60 | 0 | 75 | 22 | 153 | 71 | 71 |
| Binary | 1101100 | 11010000 | 1010001 | 110000 | 0 | 111101 | 10010 | 1101011 | 111001 | 111001 |
Color Harmonies of #6CD051
Complementary color
Monochromatic Colors of #6CD051
Black with #6CD051
Text Example
Text Example
White with #6CD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD051; }
p { color: rgb(108,208,81); }
H1.HeaderClassName
{
color: #6CD051;
}
.AnyTagClassName
{
color: #6CD051;
}
</style>
background-color css
<style>
a { background-color: #6CD051; }
a { background-color: rgb(108,208,81); }
div.DivClassName
{
background-color: #6CD051;
}
.BgClassName
{
background-color: #6CD051;
}
</style>
border-color css
<style>
span { border-color: #6CD051; }
span { border-color: rgb(108,208,81); }
td.TdClassName
{
border-color: #6CD051;
}
.TagClassName
{
border-color: #6CD051;
}
</style>