Shades of Mantis #76E650
Tints of Mantis #76E650
RGB
CMYK
RGB Variations
Color information
#76E650 (or 0x76E650) is known color: Mantis. HEX triplet: 76, E6 and 50. RGB value is (118,230,80). Sum of RGB (Red+Green+Blue) = 118+230+80=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #76E650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76E650 is #8919AF. Grayscale: #B3B3B3. Windows color (decimal): -8985008 or 5301878. OLE color: 5301878.
HSL color Cylindrical-coordinate representation of color #76E650: hue angle of 104.8º 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 #76E650 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 80 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.10 |
| HSL | 104.8º | 0.75% | 0.61% | - |
| HSV(B) | 104.8º | 0.65% | 0.9% | - |
| XYZ | 37.22 | 61.02 | 17.41 | - |
| YUV | 179.41 | 71.89 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 80 | 0.49 | 0 | 0.65 | 0.10 | 104.8 | 0.75 | 0.61 |
| Hex | 76 | E6 | 50 | 31 | 0 | 41 | A | 69 | 4B | 3D |
| Octal | 166 | 346 | 120 | 61 | 0 | 101 | 12 | 151 | 113 | 75 |
| Binary | 1110110 | 11100110 | 1010000 | 110001 | 0 | 1000001 | 1010 | 1101001 | 1001011 | 111101 |
Color Harmonies of #76E650
Complementary color
Monochromatic Colors of #76E650
Black with #76E650
Text Example
Text Example
White with #76E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E650; }
p { color: rgb(118,230,80); }
H1.HeaderClassName
{
color: #76E650;
}
.AnyTagClassName
{
color: #76E650;
}
</style>
background-color css
<style>
a { background-color: #76E650; }
a { background-color: rgb(118,230,80); }
div.DivClassName
{
background-color: #76E650;
}
.BgClassName
{
background-color: #76E650;
}
</style>
border-color css
<style>
span { border-color: #76E650; }
span { border-color: rgb(118,230,80); }
td.TdClassName
{
border-color: #76E650;
}
.TagClassName
{
border-color: #76E650;
}
</style>