Shades of Mantis #77D25D
Tints of Mantis #77D25D
RGB
CMYK
RGB Variations
Color information
#77D25D (or 0x77D25D) is known color: Mantis. HEX triplet: 77, D2 and 5D. RGB value is (119,210,93). Sum of RGB (Red+Green+Blue) = 119+210+93=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #77D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D25D is #882DA2. Grayscale: #A9A9A9. Windows color (decimal): -8924579 or 6148727. OLE color: 6148727.
HSL color Cylindrical-coordinate representation of color #77D25D: hue angle of 106.67º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77D25D is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 210 | 93 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.18 |
| HSL | 106.67º | 0.57% | 0.59% | - |
| HSV(B) | 106.67º | 0.56% | 0.82% | - |
| XYZ | 32.63 | 50.81 | 18.44 | - |
| YUV | 169.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 93 | 0.43 | 0 | 0.56 | 0.18 | 106.67 | 0.57 | 0.59 |
| Hex | 77 | D2 | 5D | 2B | 0 | 38 | 12 | 6B | 39 | 3B |
| Octal | 167 | 322 | 135 | 53 | 0 | 70 | 22 | 153 | 71 | 73 |
| Binary | 1110111 | 11010010 | 1011101 | 101011 | 0 | 111000 | 10010 | 1101011 | 111001 | 111011 |
Color Harmonies of #77D25D
Complementary color
Monochromatic Colors of #77D25D
Black with #77D25D
Text Example
Text Example
White with #77D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D25D; }
p { color: rgb(119,210,93); }
H1.HeaderClassName
{
color: #77D25D;
}
.AnyTagClassName
{
color: #77D25D;
}
</style>
background-color css
<style>
a { background-color: #77D25D; }
a { background-color: rgb(119,210,93); }
div.DivClassName
{
background-color: #77D25D;
}
.BgClassName
{
background-color: #77D25D;
}
</style>
border-color css
<style>
span { border-color: #77D25D; }
span { border-color: rgb(119,210,93); }
td.TdClassName
{
border-color: #77D25D;
}
.TagClassName
{
border-color: #77D25D;
}
</style>