Shades of Mantis #6CCF51
Tints of Mantis #6CCF51
RGB
CMYK
RGB Variations
Color information
#6CCF51 (or 0x6CCF51) is known color: Mantis. HEX triplet: 6C, CF and 51. RGB value is (108,207,81). Sum of RGB (Red+Green+Blue) = 108+207+81=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCF51 is #9330AE. Grayscale: #A3A3A3. Windows color (decimal): -9646255 or 5361516. OLE color: 5361516.
HSL color Cylindrical-coordinate representation of color #6CCF51: hue angle of 107.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CCF51 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 81 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.19 |
| HSL | 107.14º | 0.57% | 0.56% | - |
| HSV(B) | 107.14º | 0.61% | 0.81% | - |
| XYZ | 29.98 | 48.41 | 15.55 | - |
| YUV | 163.04 | 81.7 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 81 | 0.48 | 0 | 0.61 | 0.19 | 107.14 | 0.57 | 0.56 |
| Hex | 6C | CF | 51 | 30 | 0 | 3D | 13 | 6B | 39 | 38 |
| Octal | 154 | 317 | 121 | 60 | 0 | 75 | 23 | 153 | 71 | 70 |
| Binary | 1101100 | 11001111 | 1010001 | 110000 | 0 | 111101 | 10011 | 1101011 | 111001 | 111000 |
Color Harmonies of #6CCF51
Complementary color
Monochromatic Colors of #6CCF51
Black with #6CCF51
Text Example
Text Example
White with #6CCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF51; }
p { color: rgb(108,207,81); }
H1.HeaderClassName
{
color: #6CCF51;
}
.AnyTagClassName
{
color: #6CCF51;
}
</style>
background-color css
<style>
a { background-color: #6CCF51; }
a { background-color: rgb(108,207,81); }
div.DivClassName
{
background-color: #6CCF51;
}
.BgClassName
{
background-color: #6CCF51;
}
</style>
border-color css
<style>
span { border-color: #6CCF51; }
span { border-color: rgb(108,207,81); }
td.TdClassName
{
border-color: #6CCF51;
}
.TagClassName
{
border-color: #6CCF51;
}
</style>