Shades of Mantis #7DCB51
Tints of Mantis #7DCB51
RGB
CMYK
RGB Variations
Color information
#7DCB51 (or 0x7DCB51) is known color: Mantis. HEX triplet: 7D, CB and 51. RGB value is (125,203,81). Sum of RGB (Red+Green+Blue) = 125+203+81=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB51 is #8234AE. Grayscale: #A6A6A6. Windows color (decimal): -8533167 or 5360509. OLE color: 5360509.
HSL color Cylindrical-coordinate representation of color #7DCB51: hue angle of 98.36º degrees, saturation: 0.54, 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 #7DCB51 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 81 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.20 |
| HSL | 98.36º | 0.54% | 0.56% | - |
| HSV(B) | 98.36º | 0.6% | 0.8% | - |
| XYZ | 31.3 | 47.67 | 15.34 | - |
| YUV | 165.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 81 | 0.38 | 0 | 0.60 | 0.20 | 98.36 | 0.54 | 0.56 |
| Hex | 7D | CB | 51 | 26 | 0 | 3C | 14 | 62 | 36 | 38 |
| Octal | 175 | 313 | 121 | 46 | 0 | 74 | 24 | 142 | 66 | 70 |
| Binary | 1111101 | 11001011 | 1010001 | 100110 | 0 | 111100 | 10100 | 1100010 | 110110 | 111000 |
Color Harmonies of #7DCB51
Complementary color
Monochromatic Colors of #7DCB51
Black with #7DCB51
Text Example
Text Example
White with #7DCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB51; }
p { color: rgb(125,203,81); }
H1.HeaderClassName
{
color: #7DCB51;
}
.AnyTagClassName
{
color: #7DCB51;
}
</style>
background-color css
<style>
a { background-color: #7DCB51; }
a { background-color: rgb(125,203,81); }
div.DivClassName
{
background-color: #7DCB51;
}
.BgClassName
{
background-color: #7DCB51;
}
</style>
border-color css
<style>
span { border-color: #7DCB51; }
span { border-color: rgb(125,203,81); }
td.TdClassName
{
border-color: #7DCB51;
}
.TagClassName
{
border-color: #7DCB51;
}
</style>