Shades of Mantis #77D74B
Tints of Mantis #77D74B
RGB
CMYK
RGB Variations
Color information
#77D74B (or 0x77D74B) is known color: Mantis. HEX triplet: 77, D7 and 4B. RGB value is (119,215,75). Sum of RGB (Red+Green+Blue) = 119+215+75=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #77D74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D74B is #8828B4. Grayscale: #AAAAAA. Windows color (decimal): -8923317 or 4970359. OLE color: 4970359.
HSL color Cylindrical-coordinate representation of color #77D74B: hue angle of 101.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77D74B is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 215 | 75 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.16 |
| HSL | 101.14º | 0.64% | 0.57% | - |
| HSV(B) | 101.14º | 0.65% | 0.84% | - |
| XYZ | 33.18 | 53.03 | 15.14 | - |
| YUV | 170.34 | 74.2 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 215 | 75 | 0.45 | 0 | 0.65 | 0.16 | 101.14 | 0.64 | 0.57 |
| Hex | 77 | D7 | 4B | 2D | 0 | 41 | 10 | 65 | 40 | 39 |
| Octal | 167 | 327 | 113 | 55 | 0 | 101 | 20 | 145 | 100 | 71 |
| Binary | 1110111 | 11010111 | 1001011 | 101101 | 0 | 1000001 | 10000 | 1100101 | 1000000 | 111001 |
Color Harmonies of #77D74B
Complementary color
Monochromatic Colors of #77D74B
Black with #77D74B
Text Example
Text Example
White with #77D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D74B; }
p { color: rgb(119,215,75); }
H1.HeaderClassName
{
color: #77D74B;
}
.AnyTagClassName
{
color: #77D74B;
}
</style>
background-color css
<style>
a { background-color: #77D74B; }
a { background-color: rgb(119,215,75); }
div.DivClassName
{
background-color: #77D74B;
}
.BgClassName
{
background-color: #77D74B;
}
</style>
border-color css
<style>
span { border-color: #77D74B; }
span { border-color: rgb(119,215,75); }
td.TdClassName
{
border-color: #77D74B;
}
.TagClassName
{
border-color: #77D74B;
}
</style>