Shades of Mantis #76E548
Tints of Mantis #76E548
RGB
CMYK
RGB Variations
Color information
#76E548 (or 0x76E548) is known color: Mantis. HEX triplet: 76, E5 and 48. RGB value is (118,229,72). Sum of RGB (Red+Green+Blue) = 118+229+72=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #76E548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E548 is #891AB7. Grayscale: #B2B2B2. Windows color (decimal): -8985272 or 4777334. OLE color: 4777334.
HSL color Cylindrical-coordinate representation of color #76E548: hue angle of 102.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76E548 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 229 | 72 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.10 |
| HSL | 102.42º | 0.75% | 0.59% | - |
| HSV(B) | 102.42º | 0.69% | 0.9% | - |
| XYZ | 36.66 | 60.36 | 15.85 | - |
| YUV | 177.91 | 68.23 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 229 | 72 | 0.48 | 0 | 0.69 | 0.10 | 102.42 | 0.75 | 0.59 |
| Hex | 76 | E5 | 48 | 30 | 0 | 45 | A | 66 | 4B | 3B |
| Octal | 166 | 345 | 110 | 60 | 0 | 105 | 12 | 146 | 113 | 73 |
| Binary | 1110110 | 11100101 | 1001000 | 110000 | 0 | 1000101 | 1010 | 1100110 | 1001011 | 111011 |
Color Harmonies of #76E548
Complementary color
Monochromatic Colors of #76E548
Black with #76E548
Text Example
Text Example
White with #76E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E548; }
p { color: rgb(118,229,72); }
H1.HeaderClassName
{
color: #76E548;
}
.AnyTagClassName
{
color: #76E548;
}
</style>
background-color css
<style>
a { background-color: #76E548; }
a { background-color: rgb(118,229,72); }
div.DivClassName
{
background-color: #76E548;
}
.BgClassName
{
background-color: #76E548;
}
</style>
border-color css
<style>
span { border-color: #76E548; }
span { border-color: rgb(118,229,72); }
td.TdClassName
{
border-color: #76E548;
}
.TagClassName
{
border-color: #76E548;
}
</style>