Shades of Mantis #77D33F
Tints of Mantis #77D33F
RGB
CMYK
RGB Variations
Color information
#77D33F (or 0x77D33F) is known color: Mantis. HEX triplet: 77, D3 and 3F. RGB value is (119,211,63). Sum of RGB (Red+Green+Blue) = 119+211+63=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #77D33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D33F is #882CC0. Grayscale: #A7A7A7. Windows color (decimal): -8924353 or 4182903. OLE color: 4182903.
HSL color Cylindrical-coordinate representation of color #77D33F: hue angle of 97.3º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77D33F is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 211 | 63 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.17 |
| HSL | 97.3º | 0.63% | 0.54% | - |
| HSV(B) | 97.3º | 0.7% | 0.83% | - |
| XYZ | 31.8 | 50.87 | 12.85 | - |
| YUV | 166.62 | 69.52 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 63 | 0.44 | 0 | 0.70 | 0.17 | 97.3 | 0.63 | 0.54 |
| Hex | 77 | D3 | 3F | 2C | 0 | 46 | 11 | 61 | 3F | 36 |
| Octal | 167 | 323 | 77 | 54 | 0 | 106 | 21 | 141 | 77 | 66 |
| Binary | 1110111 | 11010011 | 111111 | 101100 | 0 | 1000110 | 10001 | 1100001 | 111111 | 110110 |
Color Harmonies of #77D33F
Complementary color
Monochromatic Colors of #77D33F
Black with #77D33F
Text Example
Text Example
White with #77D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D33F; }
p { color: rgb(119,211,63); }
H1.HeaderClassName
{
color: #77D33F;
}
.AnyTagClassName
{
color: #77D33F;
}
</style>
background-color css
<style>
a { background-color: #77D33F; }
a { background-color: rgb(119,211,63); }
div.DivClassName
{
background-color: #77D33F;
}
.BgClassName
{
background-color: #77D33F;
}
</style>
border-color css
<style>
span { border-color: #77D33F; }
span { border-color: rgb(119,211,63); }
td.TdClassName
{
border-color: #77D33F;
}
.TagClassName
{
border-color: #77D33F;
}
</style>