Shades of Mantis #76CB40
Tints of Mantis #76CB40
RGB
CMYK
RGB Variations
Color information
#76CB40 (or 0x76CB40) is known color: Mantis. HEX triplet: 76, CB and 40. RGB value is (118,203,64). Sum of RGB (Red+Green+Blue) = 118+203+64=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB40 is #8934BF. Grayscale: #A2A2A2. Windows color (decimal): -8991936 or 4246390. OLE color: 4246390.
HSL color Cylindrical-coordinate representation of color #76CB40: hue angle of 96.69º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76CB40 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 64 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.20 |
| HSL | 96.69º | 0.57% | 0.52% | - |
| HSV(B) | 96.69º | 0.68% | 0.8% | - |
| XYZ | 29.75 | 46.93 | 12.34 | - |
| YUV | 161.74 | 72.84 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 64 | 0.42 | 0 | 0.68 | 0.20 | 96.69 | 0.57 | 0.52 |
| Hex | 76 | CB | 40 | 2A | 0 | 44 | 14 | 61 | 39 | 34 |
| Octal | 166 | 313 | 100 | 52 | 0 | 104 | 24 | 141 | 71 | 64 |
| Binary | 1110110 | 11001011 | 1000000 | 101010 | 0 | 1000100 | 10100 | 1100001 | 111001 | 110100 |
Color Harmonies of #76CB40
Complementary color
Monochromatic Colors of #76CB40
Black with #76CB40
Text Example
Text Example
White with #76CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB40; }
p { color: rgb(118,203,64); }
H1.HeaderClassName
{
color: #76CB40;
}
.AnyTagClassName
{
color: #76CB40;
}
</style>
background-color css
<style>
a { background-color: #76CB40; }
a { background-color: rgb(118,203,64); }
div.DivClassName
{
background-color: #76CB40;
}
.BgClassName
{
background-color: #76CB40;
}
</style>
border-color css
<style>
span { border-color: #76CB40; }
span { border-color: rgb(118,203,64); }
td.TdClassName
{
border-color: #76CB40;
}
.TagClassName
{
border-color: #76CB40;
}
</style>