Shades of Mantis #77DE51
Tints of Mantis #77DE51
RGB
CMYK
RGB Variations
Color information
#77DE51 (or 0x77DE51) is known color: Mantis. HEX triplet: 77, DE and 51. RGB value is (119,222,81). Sum of RGB (Red+Green+Blue) = 119+222+81=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #77DE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DE51 is #8821AE. Grayscale: #AFAFAF. Windows color (decimal): -8921519 or 5365367. OLE color: 5365367.
HSL color Cylindrical-coordinate representation of color #77DE51: hue angle of 103.83º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77DE51 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 81 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.13 |
| HSL | 103.83º | 0.68% | 0.59% | - |
| HSV(B) | 103.83º | 0.64% | 0.87% | - |
| XYZ | 35.21 | 56.76 | 16.88 | - |
| YUV | 175.13 | 74.88 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 81 | 0.46 | 0 | 0.64 | 0.13 | 103.83 | 0.68 | 0.59 |
| Hex | 77 | DE | 51 | 2E | 0 | 40 | D | 68 | 44 | 3B |
| Octal | 167 | 336 | 121 | 56 | 0 | 100 | 15 | 150 | 104 | 73 |
| Binary | 1110111 | 11011110 | 1010001 | 101110 | 0 | 1000000 | 1101 | 1101000 | 1000100 | 111011 |
Color Harmonies of #77DE51
Complementary color
Monochromatic Colors of #77DE51
Black with #77DE51
Text Example
Text Example
White with #77DE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DE51; }
p { color: rgb(119,222,81); }
H1.HeaderClassName
{
color: #77DE51;
}
.AnyTagClassName
{
color: #77DE51;
}
</style>
background-color css
<style>
a { background-color: #77DE51; }
a { background-color: rgb(119,222,81); }
div.DivClassName
{
background-color: #77DE51;
}
.BgClassName
{
background-color: #77DE51;
}
</style>
border-color css
<style>
span { border-color: #77DE51; }
span { border-color: rgb(119,222,81); }
td.TdClassName
{
border-color: #77DE51;
}
.TagClassName
{
border-color: #77DE51;
}
</style>