Shades of Mantis #77EB40
Tints of Mantis #77EB40
RGB
CMYK
RGB Variations
Color information
#77EB40 (or 0x77EB40) is known color: Mantis. HEX triplet: 77, EB and 40. RGB value is (119,235,64). Sum of RGB (Red+Green+Blue) = 119+235+64=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 235 (92.19% from 255 or 56.22% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 235 - color contains mainly: green. Hex color #77EB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EB40 is #8814BF. Grayscale: #B5B5B5. Windows color (decimal): -8918208 or 4254583. OLE color: 4254583.
HSL color Cylindrical-coordinate representation of color #77EB40: hue angle of 100.7º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77EB40 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 235 | 64 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.08 |
| HSL | 100.7º | 0.81% | 0.59% | - |
| HSV(B) | 100.7º | 0.73% | 0.92% | - |
| XYZ | 38.24 | 63.71 | 15.13 | - |
| YUV | 180.82 | 62.07 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 235 | 64 | 0.49 | 0 | 0.73 | 0.08 | 100.7 | 0.81 | 0.59 |
| Hex | 77 | EB | 40 | 31 | 0 | 49 | 8 | 65 | 51 | 3B |
| Octal | 167 | 353 | 100 | 61 | 0 | 111 | 10 | 145 | 121 | 73 |
| Binary | 1110111 | 11101011 | 1000000 | 110001 | 0 | 1001001 | 1000 | 1100101 | 1010001 | 111011 |
Color Harmonies of #77EB40
Complementary color
Monochromatic Colors of #77EB40
Black with #77EB40
Text Example
Text Example
White with #77EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EB40; }
p { color: rgb(119,235,64); }
H1.HeaderClassName
{
color: #77EB40;
}
.AnyTagClassName
{
color: #77EB40;
}
</style>
background-color css
<style>
a { background-color: #77EB40; }
a { background-color: rgb(119,235,64); }
div.DivClassName
{
background-color: #77EB40;
}
.BgClassName
{
background-color: #77EB40;
}
</style>
border-color css
<style>
span { border-color: #77EB40; }
span { border-color: rgb(119,235,64); }
td.TdClassName
{
border-color: #77EB40;
}
.TagClassName
{
border-color: #77EB40;
}
</style>