Shades of Mantis #77D55B
Tints of Mantis #77D55B
RGB
CMYK
RGB Variations
Color information
#77D55B (or 0x77D55B) is known color: Mantis. HEX triplet: 77, D5 and 5B. RGB value is (119,213,91). Sum of RGB (Red+Green+Blue) = 119+213+91=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #77D55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D55B is #882AA4. Grayscale: #ABABAB. Windows color (decimal): -8923813 or 6018423. OLE color: 6018423.
HSL color Cylindrical-coordinate representation of color #77D55B: hue angle of 106.23º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77D55B is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 213 | 91 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.16 |
| HSL | 106.23º | 0.59% | 0.6% | - |
| HSV(B) | 106.23º | 0.57% | 0.84% | - |
| XYZ | 33.29 | 52.27 | 18.23 | - |
| YUV | 170.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 213 | 91 | 0.44 | 0 | 0.57 | 0.16 | 106.23 | 0.59 | 0.6 |
| Hex | 77 | D5 | 5B | 2C | 0 | 39 | 10 | 6A | 3B | 3C |
| Octal | 167 | 325 | 133 | 54 | 0 | 71 | 20 | 152 | 73 | 74 |
| Binary | 1110111 | 11010101 | 1011011 | 101100 | 0 | 111001 | 10000 | 1101010 | 111011 | 111100 |
Color Harmonies of #77D55B
Complementary color
Monochromatic Colors of #77D55B
Black with #77D55B
Text Example
Text Example
White with #77D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D55B; }
p { color: rgb(119,213,91); }
H1.HeaderClassName
{
color: #77D55B;
}
.AnyTagClassName
{
color: #77D55B;
}
</style>
background-color css
<style>
a { background-color: #77D55B; }
a { background-color: rgb(119,213,91); }
div.DivClassName
{
background-color: #77D55B;
}
.BgClassName
{
background-color: #77D55B;
}
</style>
border-color css
<style>
span { border-color: #77D55B; }
span { border-color: rgb(119,213,91); }
td.TdClassName
{
border-color: #77D55B;
}
.TagClassName
{
border-color: #77D55B;
}
</style>