Shades of Mantis #77C44B
Tints of Mantis #77C44B
RGB
CMYK
RGB Variations
Color information
#77C44B (or 0x77C44B) is known color: Mantis. HEX triplet: 77, C4 and 4B. RGB value is (119,196,75). Sum of RGB (Red+Green+Blue) = 119+196+75=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #77C44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C44B is #883BB4. Grayscale: #9F9F9F. Windows color (decimal): -8928181 or 4965495. OLE color: 4965495.
HSL color Cylindrical-coordinate representation of color #77C44B: hue angle of 98.18º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77C44B is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 75 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.23 |
| HSL | 98.18º | 0.51% | 0.53% | - |
| HSV(B) | 98.18º | 0.62% | 0.77% | - |
| XYZ | 28.62 | 43.91 | 13.62 | - |
| YUV | 159.18 | 80.49 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 75 | 0.39 | 0 | 0.62 | 0.23 | 98.18 | 0.51 | 0.53 |
| Hex | 77 | C4 | 4B | 27 | 0 | 3E | 17 | 62 | 33 | 35 |
| Octal | 167 | 304 | 113 | 47 | 0 | 76 | 27 | 142 | 63 | 65 |
| Binary | 1110111 | 11000100 | 1001011 | 100111 | 0 | 111110 | 10111 | 1100010 | 110011 | 110101 |
Color Harmonies of #77C44B
Complementary color
Monochromatic Colors of #77C44B
Black with #77C44B
Text Example
Text Example
White with #77C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C44B; }
p { color: rgb(119,196,75); }
H1.HeaderClassName
{
color: #77C44B;
}
.AnyTagClassName
{
color: #77C44B;
}
</style>
background-color css
<style>
a { background-color: #77C44B; }
a { background-color: rgb(119,196,75); }
div.DivClassName
{
background-color: #77C44B;
}
.BgClassName
{
background-color: #77C44B;
}
</style>
border-color css
<style>
span { border-color: #77C44B; }
span { border-color: rgb(119,196,75); }
td.TdClassName
{
border-color: #77C44B;
}
.TagClassName
{
border-color: #77C44B;
}
</style>