Shades of Mantis #77D744
Tints of Mantis #77D744
RGB
CMYK
RGB Variations
Color information
#77D744 (or 0x77D744) is known color: Mantis. HEX triplet: 77, D7 and 44. RGB value is (119,215,68). Sum of RGB (Red+Green+Blue) = 119+215+68=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #77D744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D744 is #8828BB. Grayscale: #AAAAAA. Windows color (decimal): -8923324 or 4511607. OLE color: 4511607.
HSL color Cylindrical-coordinate representation of color #77D744: hue angle of 99.18º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77D744 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 215 | 68 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.16 |
| HSL | 99.18º | 0.65% | 0.55% | - |
| HSV(B) | 99.18º | 0.68% | 0.84% | - |
| XYZ | 32.95 | 52.94 | 13.95 | - |
| YUV | 169.54 | 70.7 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 215 | 68 | 0.45 | 0 | 0.68 | 0.16 | 99.18 | 0.65 | 0.55 |
| Hex | 77 | D7 | 44 | 2D | 0 | 44 | 10 | 63 | 41 | 37 |
| Octal | 167 | 327 | 104 | 55 | 0 | 104 | 20 | 143 | 101 | 67 |
| Binary | 1110111 | 11010111 | 1000100 | 101101 | 0 | 1000100 | 10000 | 1100011 | 1000001 | 110111 |
Color Harmonies of #77D744
Complementary color
Monochromatic Colors of #77D744
Black with #77D744
Text Example
Text Example
White with #77D744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D744; }
p { color: rgb(119,215,68); }
H1.HeaderClassName
{
color: #77D744;
}
.AnyTagClassName
{
color: #77D744;
}
</style>
background-color css
<style>
a { background-color: #77D744; }
a { background-color: rgb(119,215,68); }
div.DivClassName
{
background-color: #77D744;
}
.BgClassName
{
background-color: #77D744;
}
</style>
border-color css
<style>
span { border-color: #77D744; }
span { border-color: rgb(119,215,68); }
td.TdClassName
{
border-color: #77D744;
}
.TagClassName
{
border-color: #77D744;
}
</style>