Shades of Mantis #77D25A
Tints of Mantis #77D25A
RGB
CMYK
RGB Variations
Color information
#77D25A (or 0x77D25A) is known color: Mantis. HEX triplet: 77, D2 and 5A. RGB value is (119,210,90). Sum of RGB (Red+Green+Blue) = 119+210+90=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #77D25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D25A is #882DA5. Grayscale: #A9A9A9. Windows color (decimal): -8924582 or 5952119. OLE color: 5952119.
HSL color Cylindrical-coordinate representation of color #77D25A: hue angle of 105.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77D25A is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 210 | 90 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.18 |
| HSL | 105.5º | 0.57% | 0.59% | - |
| HSV(B) | 105.5º | 0.57% | 0.82% | - |
| XYZ | 32.5 | 50.75 | 17.76 | - |
| YUV | 169.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 90 | 0.43 | 0 | 0.57 | 0.18 | 105.5 | 0.57 | 0.59 |
| Hex | 77 | D2 | 5A | 2B | 0 | 39 | 12 | 6A | 39 | 3B |
| Octal | 167 | 322 | 132 | 53 | 0 | 71 | 22 | 152 | 71 | 73 |
| Binary | 1110111 | 11010010 | 1011010 | 101011 | 0 | 111001 | 10010 | 1101010 | 111001 | 111011 |
Color Harmonies of #77D25A
Complementary color
Monochromatic Colors of #77D25A
Black with #77D25A
Text Example
Text Example
White with #77D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D25A; }
p { color: rgb(119,210,90); }
H1.HeaderClassName
{
color: #77D25A;
}
.AnyTagClassName
{
color: #77D25A;
}
</style>
background-color css
<style>
a { background-color: #77D25A; }
a { background-color: rgb(119,210,90); }
div.DivClassName
{
background-color: #77D25A;
}
.BgClassName
{
background-color: #77D25A;
}
</style>
border-color css
<style>
span { border-color: #77D25A; }
span { border-color: rgb(119,210,90); }
td.TdClassName
{
border-color: #77D25A;
}
.TagClassName
{
border-color: #77D25A;
}
</style>