Shades of Mantis #6FCC51
Tints of Mantis #6FCC51
RGB
CMYK
RGB Variations
Color information
#6FCC51 (or 0x6FCC51) is known color: Mantis. HEX triplet: 6F, CC and 51. RGB value is (111,204,81). Sum of RGB (Red+Green+Blue) = 111+204+81=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC51 is #9033AE. Grayscale: #A2A2A2. Windows color (decimal): -9450415 or 5360751. OLE color: 5360751.
HSL color Cylindrical-coordinate representation of color #6FCC51: hue angle of 105.37º 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 #6FCC51 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 81 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.2 |
| HSL | 105.37º | 0.55% | 0.56% | - |
| HSV(B) | 105.37º | 0.6% | 0.8% | - |
| XYZ | 29.63 | 47.16 | 15.33 | - |
| YUV | 162.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 81 | 0.46 | 0 | 0.60 | 0.2 | 105.37 | 0.55 | 0.56 |
| Hex | 6F | CC | 51 | 2E | 0 | 3C | 14 | 69 | 37 | 38 |
| Octal | 157 | 314 | 121 | 56 | 0 | 74 | 24 | 151 | 67 | 70 |
| Binary | 1101111 | 11001100 | 1010001 | 101110 | 0 | 111100 | 10100 | 1101001 | 110111 | 111000 |
Color Harmonies of #6FCC51
Complementary color
Monochromatic Colors of #6FCC51
Black with #6FCC51
Text Example
Text Example
White with #6FCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC51; }
p { color: rgb(111,204,81); }
H1.HeaderClassName
{
color: #6FCC51;
}
.AnyTagClassName
{
color: #6FCC51;
}
</style>
background-color css
<style>
a { background-color: #6FCC51; }
a { background-color: rgb(111,204,81); }
div.DivClassName
{
background-color: #6FCC51;
}
.BgClassName
{
background-color: #6FCC51;
}
</style>
border-color css
<style>
span { border-color: #6FCC51; }
span { border-color: rgb(111,204,81); }
td.TdClassName
{
border-color: #6FCC51;
}
.TagClassName
{
border-color: #6FCC51;
}
</style>