Shades of Mantis #77DC47
Tints of Mantis #77DC47
RGB
CMYK
RGB Variations
Color information
#77DC47 (or 0x77DC47) is known color: Mantis. HEX triplet: 77, DC and 47. RGB value is (119,220,71). Sum of RGB (Red+Green+Blue) = 119+220+71=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DC47 is #8823B8. Grayscale: #ADADAD. Windows color (decimal): -8922041 or 4709495. OLE color: 4709495.
HSL color Cylindrical-coordinate representation of color #77DC47: hue angle of 100.67º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77DC47 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 71 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.14 |
| HSL | 100.67º | 0.68% | 0.57% | - |
| HSV(B) | 100.67º | 0.68% | 0.86% | - |
| XYZ | 34.34 | 55.56 | 14.88 | - |
| YUV | 172.82 | 70.54 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 71 | 0.46 | 0 | 0.68 | 0.14 | 100.67 | 0.68 | 0.57 |
| Hex | 77 | DC | 47 | 2E | 0 | 44 | E | 65 | 44 | 39 |
| Octal | 167 | 334 | 107 | 56 | 0 | 104 | 16 | 145 | 104 | 71 |
| Binary | 1110111 | 11011100 | 1000111 | 101110 | 0 | 1000100 | 1110 | 1100101 | 1000100 | 111001 |
Color Harmonies of #77DC47
Complementary color
Monochromatic Colors of #77DC47
Black with #77DC47
Text Example
Text Example
White with #77DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC47; }
p { color: rgb(119,220,71); }
H1.HeaderClassName
{
color: #77DC47;
}
.AnyTagClassName
{
color: #77DC47;
}
</style>
background-color css
<style>
a { background-color: #77DC47; }
a { background-color: rgb(119,220,71); }
div.DivClassName
{
background-color: #77DC47;
}
.BgClassName
{
background-color: #77DC47;
}
</style>
border-color css
<style>
span { border-color: #77DC47; }
span { border-color: rgb(119,220,71); }
td.TdClassName
{
border-color: #77DC47;
}
.TagClassName
{
border-color: #77DC47;
}
</style>