Shades of Mantis #77E650
Tints of Mantis #77E650
RGB
CMYK
RGB Variations
Color information
#77E650 (or 0x77E650) is known color: Mantis. HEX triplet: 77, E6 and 50. RGB value is (119,230,80). Sum of RGB (Red+Green+Blue) = 119+230+80=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #77E650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77E650 is #8819AF. Grayscale: #B4B4B4. Windows color (decimal): -8919472 or 5301879. OLE color: 5301879.
HSL color Cylindrical-coordinate representation of color #77E650: hue angle of 104.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77E650 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 230 | 80 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.10 |
| HSL | 104.4º | 0.75% | 0.61% | - |
| HSV(B) | 104.4º | 0.65% | 0.9% | - |
| XYZ | 37.35 | 61.09 | 17.41 | - |
| YUV | 179.71 | 71.73 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 230 | 80 | 0.48 | 0 | 0.65 | 0.10 | 104.4 | 0.75 | 0.61 |
| Hex | 77 | E6 | 50 | 30 | 0 | 41 | A | 68 | 4B | 3D |
| Octal | 167 | 346 | 120 | 60 | 0 | 101 | 12 | 150 | 113 | 75 |
| Binary | 1110111 | 11100110 | 1010000 | 110000 | 0 | 1000001 | 1010 | 1101000 | 1001011 | 111101 |
Color Harmonies of #77E650
Complementary color
Monochromatic Colors of #77E650
Black with #77E650
Text Example
Text Example
White with #77E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E650; }
p { color: rgb(119,230,80); }
H1.HeaderClassName
{
color: #77E650;
}
.AnyTagClassName
{
color: #77E650;
}
</style>
background-color css
<style>
a { background-color: #77E650; }
a { background-color: rgb(119,230,80); }
div.DivClassName
{
background-color: #77E650;
}
.BgClassName
{
background-color: #77E650;
}
</style>
border-color css
<style>
span { border-color: #77E650; }
span { border-color: rgb(119,230,80); }
td.TdClassName
{
border-color: #77E650;
}
.TagClassName
{
border-color: #77E650;
}
</style>