Shades of Mantis #77DD50
Tints of Mantis #77DD50
RGB
CMYK
RGB Variations
Color information
#77DD50 (or 0x77DD50) is known color: Mantis. HEX triplet: 77, DD and 50. RGB value is (119,221,80). Sum of RGB (Red+Green+Blue) = 119+221+80=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DD50 is #8822AF. Grayscale: #AEAEAE. Windows color (decimal): -8921776 or 5299575. OLE color: 5299575.
HSL color Cylindrical-coordinate representation of color #77DD50: hue angle of 103.4º degrees, saturation: 0.67, 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 #77DD50 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 80 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.13 |
| HSL | 103.4º | 0.67% | 0.59% | - |
| HSV(B) | 103.4º | 0.64% | 0.87% | - |
| XYZ | 34.91 | 56.21 | 16.6 | - |
| YUV | 174.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 80 | 0.46 | 0 | 0.64 | 0.13 | 103.4 | 0.67 | 0.59 |
| Hex | 77 | DD | 50 | 2E | 0 | 40 | D | 67 | 43 | 3B |
| Octal | 167 | 335 | 120 | 56 | 0 | 100 | 15 | 147 | 103 | 73 |
| Binary | 1110111 | 11011101 | 1010000 | 101110 | 0 | 1000000 | 1101 | 1100111 | 1000011 | 111011 |
Color Harmonies of #77DD50
Complementary color
Monochromatic Colors of #77DD50
Black with #77DD50
Text Example
Text Example
White with #77DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD50; }
p { color: rgb(119,221,80); }
H1.HeaderClassName
{
color: #77DD50;
}
.AnyTagClassName
{
color: #77DD50;
}
</style>
background-color css
<style>
a { background-color: #77DD50; }
a { background-color: rgb(119,221,80); }
div.DivClassName
{
background-color: #77DD50;
}
.BgClassName
{
background-color: #77DD50;
}
</style>
border-color css
<style>
span { border-color: #77DD50; }
span { border-color: rgb(119,221,80); }
td.TdClassName
{
border-color: #77DD50;
}
.TagClassName
{
border-color: #77DD50;
}
</style>