Shades of Mantis #77E04A
Tints of Mantis #77E04A
RGB
CMYK
RGB Variations
Color information
#77E04A (or 0x77E04A) is known color: Mantis. HEX triplet: 77, E0 and 4A. RGB value is (119,224,74). Sum of RGB (Red+Green+Blue) = 119+224+74=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #77E04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77E04A is #881FB5. Grayscale: #B0B0B0. Windows color (decimal): -8921014 or 4907127. OLE color: 4907127.
HSL color Cylindrical-coordinate representation of color #77E04A: hue angle of 102º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77E04A is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 224 | 74 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.12 |
| HSL | 102º | 0.71% | 0.58% | - |
| HSV(B) | 102º | 0.67% | 0.88% | - |
| XYZ | 35.5 | 57.73 | 15.75 | - |
| YUV | 175.51 | 70.71 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 224 | 74 | 0.47 | 0 | 0.67 | 0.12 | 102 | 0.71 | 0.58 |
| Hex | 77 | E0 | 4A | 2F | 0 | 43 | C | 66 | 47 | 3A |
| Octal | 167 | 340 | 112 | 57 | 0 | 103 | 14 | 146 | 107 | 72 |
| Binary | 1110111 | 11100000 | 1001010 | 101111 | 0 | 1000011 | 1100 | 1100110 | 1000111 | 111010 |
Color Harmonies of #77E04A
Complementary color
Monochromatic Colors of #77E04A
Black with #77E04A
Text Example
Text Example
White with #77E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E04A; }
p { color: rgb(119,224,74); }
H1.HeaderClassName
{
color: #77E04A;
}
.AnyTagClassName
{
color: #77E04A;
}
</style>
background-color css
<style>
a { background-color: #77E04A; }
a { background-color: rgb(119,224,74); }
div.DivClassName
{
background-color: #77E04A;
}
.BgClassName
{
background-color: #77E04A;
}
</style>
border-color css
<style>
span { border-color: #77E04A; }
span { border-color: rgb(119,224,74); }
td.TdClassName
{
border-color: #77E04A;
}
.TagClassName
{
border-color: #77E04A;
}
</style>