Shades of Mantis #76CA52
Tints of Mantis #76CA52
RGB
CMYK
RGB Variations
Color information
#76CA52 (or 0x76CA52) is known color: Mantis. HEX triplet: 76, CA and 52. RGB value is (118,202,82). Sum of RGB (Red+Green+Blue) = 118+202+82=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA52 is #8935AD. Grayscale: #A3A3A3. Windows color (decimal): -8992174 or 5425782. OLE color: 5425782.
HSL color Cylindrical-coordinate representation of color #76CA52: hue angle of 102º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76CA52 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 82 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.21 |
| HSL | 102º | 0.53% | 0.56% | - |
| HSV(B) | 102º | 0.59% | 0.79% | - |
| XYZ | 30.11 | 46.7 | 15.41 | - |
| YUV | 163.2 | 82.17 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 82 | 0.42 | 0 | 0.59 | 0.21 | 102 | 0.53 | 0.56 |
| Hex | 76 | CA | 52 | 2A | 0 | 3B | 15 | 66 | 35 | 38 |
| Octal | 166 | 312 | 122 | 52 | 0 | 73 | 25 | 146 | 65 | 70 |
| Binary | 1110110 | 11001010 | 1010010 | 101010 | 0 | 111011 | 10101 | 1100110 | 110101 | 111000 |
Color Harmonies of #76CA52
Complementary color
Monochromatic Colors of #76CA52
Black with #76CA52
Text Example
Text Example
White with #76CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA52; }
p { color: rgb(118,202,82); }
H1.HeaderClassName
{
color: #76CA52;
}
.AnyTagClassName
{
color: #76CA52;
}
</style>
background-color css
<style>
a { background-color: #76CA52; }
a { background-color: rgb(118,202,82); }
div.DivClassName
{
background-color: #76CA52;
}
.BgClassName
{
background-color: #76CA52;
}
</style>
border-color css
<style>
span { border-color: #76CA52; }
span { border-color: rgb(118,202,82); }
td.TdClassName
{
border-color: #76CA52;
}
.TagClassName
{
border-color: #76CA52;
}
</style>