Shades of Mantis #76E052
Tints of Mantis #76E052
RGB
CMYK
RGB Variations
Color information
#76E052 (or 0x76E052) is known color: Mantis. HEX triplet: 76, E0 and 52. RGB value is (118,224,82). Sum of RGB (Red+Green+Blue) = 118+224+82=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #76E052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E052 is #891FAD. Grayscale: #B0B0B0. Windows color (decimal): -8986542 or 5431414. OLE color: 5431414.
HSL color Cylindrical-coordinate representation of color #76E052: hue angle of 104.79º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76E052 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 82 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.12 |
| HSL | 104.79º | 0.7% | 0.6% | - |
| HSV(B) | 104.79º | 0.63% | 0.88% | - |
| XYZ | 35.65 | 57.77 | 17.25 | - |
| YUV | 176.12 | 74.88 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 82 | 0.47 | 0 | 0.63 | 0.12 | 104.79 | 0.7 | 0.6 |
| Hex | 76 | E0 | 52 | 2F | 0 | 3F | C | 69 | 46 | 3C |
| Octal | 166 | 340 | 122 | 57 | 0 | 77 | 14 | 151 | 106 | 74 |
| Binary | 1110110 | 11100000 | 1010010 | 101111 | 0 | 111111 | 1100 | 1101001 | 1000110 | 111100 |
Color Harmonies of #76E052
Complementary color
Monochromatic Colors of #76E052
Black with #76E052
Text Example
Text Example
White with #76E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E052; }
p { color: rgb(118,224,82); }
H1.HeaderClassName
{
color: #76E052;
}
.AnyTagClassName
{
color: #76E052;
}
</style>
background-color css
<style>
a { background-color: #76E052; }
a { background-color: rgb(118,224,82); }
div.DivClassName
{
background-color: #76E052;
}
.BgClassName
{
background-color: #76E052;
}
</style>
border-color css
<style>
span { border-color: #76E052; }
span { border-color: rgb(118,224,82); }
td.TdClassName
{
border-color: #76E052;
}
.TagClassName
{
border-color: #76E052;
}
</style>