Shades of Mantis #77EA43
Tints of Mantis #77EA43
RGB
CMYK
RGB Variations
Color information
#77EA43 (or 0x77EA43) is known color: Mantis. HEX triplet: 77, EA and 43. RGB value is (119,234,67). Sum of RGB (Red+Green+Blue) = 119+234+67=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #77EA43 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EA43 is #8815BC. Grayscale: #B5B5B5. Windows color (decimal): -8918461 or 4450935. OLE color: 4450935.
HSL color Cylindrical-coordinate representation of color #77EA43: hue angle of 101.32º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77EA43 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 67 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.08 |
| HSL | 101.32º | 0.8% | 0.59% | - |
| HSV(B) | 101.32º | 0.71% | 0.92% | - |
| XYZ | 38.04 | 63.17 | 15.5 | - |
| YUV | 180.58 | 63.9 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 67 | 0.49 | 0 | 0.71 | 0.08 | 101.32 | 0.8 | 0.59 |
| Hex | 77 | EA | 43 | 31 | 0 | 47 | 8 | 65 | 50 | 3B |
| Octal | 167 | 352 | 103 | 61 | 0 | 107 | 10 | 145 | 120 | 73 |
| Binary | 1110111 | 11101010 | 1000011 | 110001 | 0 | 1000111 | 1000 | 1100101 | 1010000 | 111011 |
Color Harmonies of #77EA43
Complementary color
Monochromatic Colors of #77EA43
Black with #77EA43
Text Example
Text Example
White with #77EA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EA43; }
p { color: rgb(119,234,67); }
H1.HeaderClassName
{
color: #77EA43;
}
.AnyTagClassName
{
color: #77EA43;
}
</style>
background-color css
<style>
a { background-color: #77EA43; }
a { background-color: rgb(119,234,67); }
div.DivClassName
{
background-color: #77EA43;
}
.BgClassName
{
background-color: #77EA43;
}
</style>
border-color css
<style>
span { border-color: #77EA43; }
span { border-color: rgb(119,234,67); }
td.TdClassName
{
border-color: #77EA43;
}
.TagClassName
{
border-color: #77EA43;
}
</style>