Shades of Mantis #77D738
Tints of Mantis #77D738
RGB
CMYK
RGB Variations
Color information
#77D738 (or 0x77D738) is known color: Mantis. HEX triplet: 77, D7 and 38. RGB value is (119,215,56). Sum of RGB (Red+Green+Blue) = 119+215+56=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #77D738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D738 is #8828C7. Grayscale: #A8A8A8. Windows color (decimal): -8923336 or 3725175. OLE color: 3725175.
HSL color Cylindrical-coordinate representation of color #77D738: hue angle of 96.23º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77D738 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 215 | 56 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.16 |
| HSL | 96.23º | 0.67% | 0.53% | - |
| HSV(B) | 96.23º | 0.74% | 0.84% | - |
| XYZ | 32.62 | 52.81 | 12.22 | - |
| YUV | 168.17 | 64.7 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 215 | 56 | 0.45 | 0 | 0.74 | 0.16 | 96.23 | 0.67 | 0.53 |
| Hex | 77 | D7 | 38 | 2D | 0 | 4A | 10 | 60 | 43 | 35 |
| Octal | 167 | 327 | 70 | 55 | 0 | 112 | 20 | 140 | 103 | 65 |
| Binary | 1110111 | 11010111 | 111000 | 101101 | 0 | 1001010 | 10000 | 1100000 | 1000011 | 110101 |
Color Harmonies of #77D738
Complementary color
Monochromatic Colors of #77D738
Black with #77D738
Text Example
Text Example
White with #77D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D738; }
p { color: rgb(119,215,56); }
H1.HeaderClassName
{
color: #77D738;
}
.AnyTagClassName
{
color: #77D738;
}
</style>
background-color css
<style>
a { background-color: #77D738; }
a { background-color: rgb(119,215,56); }
div.DivClassName
{
background-color: #77D738;
}
.BgClassName
{
background-color: #77D738;
}
</style>
border-color css
<style>
span { border-color: #77D738; }
span { border-color: rgb(119,215,56); }
td.TdClassName
{
border-color: #77D738;
}
.TagClassName
{
border-color: #77D738;
}
</style>