Shades of Mantis #76CC62
Tints of Mantis #76CC62
RGB
CMYK
RGB Variations
Color information
#76CC62 (or 0x76CC62) is known color: Mantis. HEX triplet: 76, CC and 62. RGB value is (118,204,98). Sum of RGB (Red+Green+Blue) = 118+204+98=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC62 is #89339D. Grayscale: #A6A6A6. Windows color (decimal): -8991646 or 6474870. OLE color: 6474870.
HSL color Cylindrical-coordinate representation of color #76CC62: hue angle of 108.68º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76CC62 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 98 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.2 |
| HSL | 108.68º | 0.51% | 0.59% | - |
| HSV(B) | 108.68º | 0.52% | 0.8% | - |
| XYZ | 31.27 | 47.92 | 19.16 | - |
| YUV | 166.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 98 | 0.42 | 0 | 0.52 | 0.2 | 108.68 | 0.51 | 0.59 |
| Hex | 76 | CC | 62 | 2A | 0 | 34 | 14 | 6D | 33 | 3B |
| Octal | 166 | 314 | 142 | 52 | 0 | 64 | 24 | 155 | 63 | 73 |
| Binary | 1110110 | 11001100 | 1100010 | 101010 | 0 | 110100 | 10100 | 1101101 | 110011 | 111011 |
Color Harmonies of #76CC62
Complementary color
Monochromatic Colors of #76CC62
Black with #76CC62
Text Example
Text Example
White with #76CC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC62; }
p { color: rgb(118,204,98); }
H1.HeaderClassName
{
color: #76CC62;
}
.AnyTagClassName
{
color: #76CC62;
}
</style>
background-color css
<style>
a { background-color: #76CC62; }
a { background-color: rgb(118,204,98); }
div.DivClassName
{
background-color: #76CC62;
}
.BgClassName
{
background-color: #76CC62;
}
</style>
border-color css
<style>
span { border-color: #76CC62; }
span { border-color: rgb(118,204,98); }
td.TdClassName
{
border-color: #76CC62;
}
.TagClassName
{
border-color: #76CC62;
}
</style>