Shades of Mantis #77DA48
Tints of Mantis #77DA48
RGB
CMYK
RGB Variations
Color information
#77DA48 (or 0x77DA48) is known color: Mantis. HEX triplet: 77, DA and 48. RGB value is (119,218,72). Sum of RGB (Red+Green+Blue) = 119+218+72=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DA48 is #8825B7. Grayscale: #ACACAC. Windows color (decimal): -8922552 or 4774519. OLE color: 4774519.
HSL color Cylindrical-coordinate representation of color #77DA48: hue angle of 100.68º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77DA48 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 72 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.15 |
| HSL | 100.68º | 0.66% | 0.57% | - |
| HSV(B) | 100.68º | 0.67% | 0.85% | - |
| XYZ | 33.85 | 54.53 | 14.87 | - |
| YUV | 171.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 72 | 0.45 | 0 | 0.67 | 0.15 | 100.68 | 0.66 | 0.57 |
| Hex | 77 | DA | 48 | 2D | 0 | 43 | F | 65 | 42 | 39 |
| Octal | 167 | 332 | 110 | 55 | 0 | 103 | 17 | 145 | 102 | 71 |
| Binary | 1110111 | 11011010 | 1001000 | 101101 | 0 | 1000011 | 1111 | 1100101 | 1000010 | 111001 |
Color Harmonies of #77DA48
Complementary color
Monochromatic Colors of #77DA48
Black with #77DA48
Text Example
Text Example
White with #77DA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DA48; }
p { color: rgb(119,218,72); }
H1.HeaderClassName
{
color: #77DA48;
}
.AnyTagClassName
{
color: #77DA48;
}
</style>
background-color css
<style>
a { background-color: #77DA48; }
a { background-color: rgb(119,218,72); }
div.DivClassName
{
background-color: #77DA48;
}
.BgClassName
{
background-color: #77DA48;
}
</style>
border-color css
<style>
span { border-color: #77DA48; }
span { border-color: rgb(119,218,72); }
td.TdClassName
{
border-color: #77DA48;
}
.TagClassName
{
border-color: #77DA48;
}
</style>