Shades of Mantis #77D33B
Tints of Mantis #77D33B
RGB
CMYK
RGB Variations
Color information
#77D33B (or 0x77D33B) is known color: Mantis. HEX triplet: 77, D3 and 3B. RGB value is (119,211,59). Sum of RGB (Red+Green+Blue) = 119+211+59=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #77D33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D33B is #882CC4. Grayscale: #A6A6A6. Windows color (decimal): -8924357 or 3920759. OLE color: 3920759.
HSL color Cylindrical-coordinate representation of color #77D33B: hue angle of 96.32º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77D33B is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 211 | 59 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.17 |
| HSL | 96.32º | 0.63% | 0.53% | - |
| HSV(B) | 96.32º | 0.72% | 0.83% | - |
| XYZ | 31.69 | 50.83 | 12.28 | - |
| YUV | 166.16 | 67.52 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 59 | 0.44 | 0 | 0.72 | 0.17 | 96.32 | 0.63 | 0.53 |
| Hex | 77 | D3 | 3B | 2C | 0 | 48 | 11 | 60 | 3F | 35 |
| Octal | 167 | 323 | 73 | 54 | 0 | 110 | 21 | 140 | 77 | 65 |
| Binary | 1110111 | 11010011 | 111011 | 101100 | 0 | 1001000 | 10001 | 1100000 | 111111 | 110101 |
Color Harmonies of #77D33B
Complementary color
Monochromatic Colors of #77D33B
Black with #77D33B
Text Example
Text Example
White with #77D33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D33B; }
p { color: rgb(119,211,59); }
H1.HeaderClassName
{
color: #77D33B;
}
.AnyTagClassName
{
color: #77D33B;
}
</style>
background-color css
<style>
a { background-color: #77D33B; }
a { background-color: rgb(119,211,59); }
div.DivClassName
{
background-color: #77D33B;
}
.BgClassName
{
background-color: #77D33B;
}
</style>
border-color css
<style>
span { border-color: #77D33B; }
span { border-color: rgb(119,211,59); }
td.TdClassName
{
border-color: #77D33B;
}
.TagClassName
{
border-color: #77D33B;
}
</style>