Shades of Mantis #77DE50
Tints of Mantis #77DE50
RGB
CMYK
RGB Variations
Color information
#77DE50 (or 0x77DE50) is known color: Mantis. HEX triplet: 77, DE and 50. RGB value is (119,222,80). Sum of RGB (Red+Green+Blue) = 119+222+80=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #77DE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DE50 is #8821AF. Grayscale: #AFAFAF. Windows color (decimal): -8921520 or 5299831. OLE color: 5299831.
HSL color Cylindrical-coordinate representation of color #77DE50: hue angle of 103.52º 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 #77DE50 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 80 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.13 |
| HSL | 103.52º | 0.68% | 0.59% | - |
| HSV(B) | 103.52º | 0.64% | 0.87% | - |
| XYZ | 35.18 | 56.74 | 16.69 | - |
| YUV | 175.02 | 74.38 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 80 | 0.46 | 0 | 0.64 | 0.13 | 103.52 | 0.68 | 0.59 |
| Hex | 77 | DE | 50 | 2E | 0 | 40 | D | 68 | 44 | 3B |
| Octal | 167 | 336 | 120 | 56 | 0 | 100 | 15 | 150 | 104 | 73 |
| Binary | 1110111 | 11011110 | 1010000 | 101110 | 0 | 1000000 | 1101 | 1101000 | 1000100 | 111011 |
Color Harmonies of #77DE50
Complementary color
Monochromatic Colors of #77DE50
Black with #77DE50
Text Example
Text Example
White with #77DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DE50; }
p { color: rgb(119,222,80); }
H1.HeaderClassName
{
color: #77DE50;
}
.AnyTagClassName
{
color: #77DE50;
}
</style>
background-color css
<style>
a { background-color: #77DE50; }
a { background-color: rgb(119,222,80); }
div.DivClassName
{
background-color: #77DE50;
}
.BgClassName
{
background-color: #77DE50;
}
</style>
border-color css
<style>
span { border-color: #77DE50; }
span { border-color: rgb(119,222,80); }
td.TdClassName
{
border-color: #77DE50;
}
.TagClassName
{
border-color: #77DE50;
}
</style>