Shades of Mantis #77D439
Tints of Mantis #77D439
RGB
CMYK
RGB Variations
Color information
#77D439 (or 0x77D439) is known color: Mantis. HEX triplet: 77, D4 and 39. RGB value is (119,212,57). Sum of RGB (Red+Green+Blue) = 119+212+57=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #77D439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D439 is #882BC6. Grayscale: #A7A7A7. Windows color (decimal): -8924103 or 3789943. OLE color: 3789943.
HSL color Cylindrical-coordinate representation of color #77D439: hue angle of 96º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77D439 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 212 | 57 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.17 |
| HSL | 96º | 0.64% | 0.53% | - |
| HSV(B) | 96º | 0.73% | 0.83% | - |
| XYZ | 31.89 | 51.3 | 12.09 | - |
| YUV | 166.52 | 66.19 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 212 | 57 | 0.44 | 0 | 0.73 | 0.17 | 96 | 0.64 | 0.53 |
| Hex | 77 | D4 | 39 | 2C | 0 | 49 | 11 | 60 | 40 | 35 |
| Octal | 167 | 324 | 71 | 54 | 0 | 111 | 21 | 140 | 100 | 65 |
| Binary | 1110111 | 11010100 | 111001 | 101100 | 0 | 1001001 | 10001 | 1100000 | 1000000 | 110101 |
Color Harmonies of #77D439
Complementary color
Monochromatic Colors of #77D439
Black with #77D439
Text Example
Text Example
White with #77D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D439; }
p { color: rgb(119,212,57); }
H1.HeaderClassName
{
color: #77D439;
}
.AnyTagClassName
{
color: #77D439;
}
</style>
background-color css
<style>
a { background-color: #77D439; }
a { background-color: rgb(119,212,57); }
div.DivClassName
{
background-color: #77D439;
}
.BgClassName
{
background-color: #77D439;
}
</style>
border-color css
<style>
span { border-color: #77D439; }
span { border-color: rgb(119,212,57); }
td.TdClassName
{
border-color: #77D439;
}
.TagClassName
{
border-color: #77D439;
}
</style>