Shades of Mantis #76CE52
Tints of Mantis #76CE52
RGB
CMYK
RGB Variations
Color information
#76CE52 (or 0x76CE52) is known color: Mantis. HEX triplet: 76, CE and 52. RGB value is (118,206,82). Sum of RGB (Red+Green+Blue) = 118+206+82=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE52 is #8931AD. Grayscale: #A5A5A5. Windows color (decimal): -8991150 or 5426806. OLE color: 5426806.
HSL color Cylindrical-coordinate representation of color #76CE52: hue angle of 102.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76CE52 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 82 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.19 |
| HSL | 102.58º | 0.56% | 0.56% | - |
| HSV(B) | 102.58º | 0.6% | 0.81% | - |
| XYZ | 31.07 | 48.6 | 15.73 | - |
| YUV | 165.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 82 | 0.43 | 0 | 0.60 | 0.19 | 102.58 | 0.56 | 0.56 |
| Hex | 76 | CE | 52 | 2B | 0 | 3C | 13 | 67 | 38 | 38 |
| Octal | 166 | 316 | 122 | 53 | 0 | 74 | 23 | 147 | 70 | 70 |
| Binary | 1110110 | 11001110 | 1010010 | 101011 | 0 | 111100 | 10011 | 1100111 | 111000 | 111000 |
Color Harmonies of #76CE52
Complementary color
Monochromatic Colors of #76CE52
Black with #76CE52
Text Example
Text Example
White with #76CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE52; }
p { color: rgb(118,206,82); }
H1.HeaderClassName
{
color: #76CE52;
}
.AnyTagClassName
{
color: #76CE52;
}
</style>
background-color css
<style>
a { background-color: #76CE52; }
a { background-color: rgb(118,206,82); }
div.DivClassName
{
background-color: #76CE52;
}
.BgClassName
{
background-color: #76CE52;
}
</style>
border-color css
<style>
span { border-color: #76CE52; }
span { border-color: rgb(118,206,82); }
td.TdClassName
{
border-color: #76CE52;
}
.TagClassName
{
border-color: #76CE52;
}
</style>