Shades of Mantis #77EA45
Tints of Mantis #77EA45
RGB
CMYK
RGB Variations
Color information
#77EA45 (or 0x77EA45) is known color: Mantis. HEX triplet: 77, EA and 45. RGB value is (119,234,69). Sum of RGB (Red+Green+Blue) = 119+234+69=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #77EA45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EA45 is #8815BA. Grayscale: #B5B5B5. Windows color (decimal): -8918459 or 4582007. OLE color: 4582007.
HSL color Cylindrical-coordinate representation of color #77EA45: hue angle of 101.82º 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 #77EA45 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 69 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.08 |
| HSL | 101.82º | 0.8% | 0.59% | - |
| HSV(B) | 101.82º | 0.71% | 0.92% | - |
| XYZ | 38.1 | 63.2 | 15.82 | - |
| YUV | 180.81 | 64.9 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 69 | 0.49 | 0 | 0.71 | 0.08 | 101.82 | 0.8 | 0.59 |
| Hex | 77 | EA | 45 | 31 | 0 | 47 | 8 | 66 | 50 | 3B |
| Octal | 167 | 352 | 105 | 61 | 0 | 107 | 10 | 146 | 120 | 73 |
| Binary | 1110111 | 11101010 | 1000101 | 110001 | 0 | 1000111 | 1000 | 1100110 | 1010000 | 111011 |
Color Harmonies of #77EA45
Complementary color
Monochromatic Colors of #77EA45
Black with #77EA45
Text Example
Text Example
White with #77EA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EA45; }
p { color: rgb(119,234,69); }
H1.HeaderClassName
{
color: #77EA45;
}
.AnyTagClassName
{
color: #77EA45;
}
</style>
background-color css
<style>
a { background-color: #77EA45; }
a { background-color: rgb(119,234,69); }
div.DivClassName
{
background-color: #77EA45;
}
.BgClassName
{
background-color: #77EA45;
}
</style>
border-color css
<style>
span { border-color: #77EA45; }
span { border-color: rgb(119,234,69); }
td.TdClassName
{
border-color: #77EA45;
}
.TagClassName
{
border-color: #77EA45;
}
</style>