Shades of Mantis #7CDB51
Tints of Mantis #7CDB51
RGB
CMYK
RGB Variations
Color information
#7CDB51 (or 0x7CDB51) is known color: Mantis. HEX triplet: 7C, DB and 51. RGB value is (124,219,81). Sum of RGB (Red+Green+Blue) = 124+219+81=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDB51 is #8324AE. Grayscale: #AFAFAF. Windows color (decimal): -8594607 or 5364604. OLE color: 5364604.
HSL color Cylindrical-coordinate representation of color #7CDB51: hue angle of 101.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CDB51 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 81 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.14 |
| HSL | 101.3º | 0.66% | 0.59% | - |
| HSV(B) | 101.3º | 0.63% | 0.86% | - |
| XYZ | 35.13 | 55.54 | 16.65 | - |
| YUV | 174.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 81 | 0.43 | 0 | 0.63 | 0.14 | 101.3 | 0.66 | 0.59 |
| Hex | 7C | DB | 51 | 2B | 0 | 3F | E | 65 | 42 | 3B |
| Octal | 174 | 333 | 121 | 53 | 0 | 77 | 16 | 145 | 102 | 73 |
| Binary | 1111100 | 11011011 | 1010001 | 101011 | 0 | 111111 | 1110 | 1100101 | 1000010 | 111011 |
Color Harmonies of #7CDB51
Complementary color
Monochromatic Colors of #7CDB51
Black with #7CDB51
Text Example
Text Example
White with #7CDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB51; }
p { color: rgb(124,219,81); }
H1.HeaderClassName
{
color: #7CDB51;
}
.AnyTagClassName
{
color: #7CDB51;
}
</style>
background-color css
<style>
a { background-color: #7CDB51; }
a { background-color: rgb(124,219,81); }
div.DivClassName
{
background-color: #7CDB51;
}
.BgClassName
{
background-color: #7CDB51;
}
</style>
border-color css
<style>
span { border-color: #7CDB51; }
span { border-color: rgb(124,219,81); }
td.TdClassName
{
border-color: #7CDB51;
}
.TagClassName
{
border-color: #7CDB51;
}
</style>