Shades of Mantis #76CB61
Tints of Mantis #76CB61
RGB
CMYK
RGB Variations
Color information
#76CB61 (or 0x76CB61) is known color: Mantis. HEX triplet: 76, CB and 61. RGB value is (118,203,97). Sum of RGB (Red+Green+Blue) = 118+203+97=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB61 is #89349E. Grayscale: #A5A5A5. Windows color (decimal): -8991903 or 6409078. OLE color: 6409078.
HSL color Cylindrical-coordinate representation of color #76CB61: hue angle of 108.11º degrees, saturation: 0.5, 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 #76CB61 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 97 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.20 |
| HSL | 108.11º | 0.5% | 0.59% | - |
| HSV(B) | 108.11º | 0.52% | 0.8% | - |
| XYZ | 30.98 | 47.43 | 18.83 | - |
| YUV | 165.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 97 | 0.42 | 0 | 0.52 | 0.20 | 108.11 | 0.5 | 0.59 |
| Hex | 76 | CB | 61 | 2A | 0 | 34 | 14 | 6C | 32 | 3B |
| Octal | 166 | 313 | 141 | 52 | 0 | 64 | 24 | 154 | 62 | 73 |
| Binary | 1110110 | 11001011 | 1100001 | 101010 | 0 | 110100 | 10100 | 1101100 | 110010 | 111011 |
Color Harmonies of #76CB61
Complementary color
Monochromatic Colors of #76CB61
Black with #76CB61
Text Example
Text Example
White with #76CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB61; }
p { color: rgb(118,203,97); }
H1.HeaderClassName
{
color: #76CB61;
}
.AnyTagClassName
{
color: #76CB61;
}
</style>
background-color css
<style>
a { background-color: #76CB61; }
a { background-color: rgb(118,203,97); }
div.DivClassName
{
background-color: #76CB61;
}
.BgClassName
{
background-color: #76CB61;
}
</style>
border-color css
<style>
span { border-color: #76CB61; }
span { border-color: rgb(118,203,97); }
td.TdClassName
{
border-color: #76CB61;
}
.TagClassName
{
border-color: #76CB61;
}
</style>