Shades of Mantis #6FCF51
Tints of Mantis #6FCF51
RGB
CMYK
RGB Variations
Color information
#6FCF51 (or 0x6FCF51) is known color: Mantis. HEX triplet: 6F, CF and 51. RGB value is (111,207,81). Sum of RGB (Red+Green+Blue) = 111+207+81=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF51 is #9030AE. Grayscale: #A4A4A4. Windows color (decimal): -9449647 or 5361519. OLE color: 5361519.
HSL color Cylindrical-coordinate representation of color #6FCF51: hue angle of 105.71º 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 #6FCF51 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 81 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.19 |
| HSL | 105.71º | 0.57% | 0.56% | - |
| HSV(B) | 105.71º | 0.61% | 0.81% | - |
| XYZ | 30.35 | 48.6 | 15.57 | - |
| YUV | 163.93 | 81.2 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 81 | 0.46 | 0 | 0.61 | 0.19 | 105.71 | 0.57 | 0.56 |
| Hex | 6F | CF | 51 | 2E | 0 | 3D | 13 | 6A | 39 | 38 |
| Octal | 157 | 317 | 121 | 56 | 0 | 75 | 23 | 152 | 71 | 70 |
| Binary | 1101111 | 11001111 | 1010001 | 101110 | 0 | 111101 | 10011 | 1101010 | 111001 | 111000 |
Color Harmonies of #6FCF51
Complementary color
Monochromatic Colors of #6FCF51
Black with #6FCF51
Text Example
Text Example
White with #6FCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF51; }
p { color: rgb(111,207,81); }
H1.HeaderClassName
{
color: #6FCF51;
}
.AnyTagClassName
{
color: #6FCF51;
}
</style>
background-color css
<style>
a { background-color: #6FCF51; }
a { background-color: rgb(111,207,81); }
div.DivClassName
{
background-color: #6FCF51;
}
.BgClassName
{
background-color: #6FCF51;
}
</style>
border-color css
<style>
span { border-color: #6FCF51; }
span { border-color: rgb(111,207,81); }
td.TdClassName
{
border-color: #6FCF51;
}
.TagClassName
{
border-color: #6FCF51;
}
</style>