Shades of Mantis #76CB5B
Tints of Mantis #76CB5B
RGB
CMYK
RGB Variations
Color information
#76CB5B (or 0x76CB5B) is known color: Mantis. HEX triplet: 76, CB and 5B. RGB value is (118,203,91). Sum of RGB (Red+Green+Blue) = 118+203+91=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB5B is #8934A4. Grayscale: #A5A5A5. Windows color (decimal): -8991909 or 6015862. OLE color: 6015862.
HSL color Cylindrical-coordinate representation of color #76CB5B: hue angle of 105.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76CB5B is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 91 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.20 |
| HSL | 105.54º | 0.52% | 0.58% | - |
| HSV(B) | 105.54º | 0.55% | 0.8% | - |
| XYZ | 30.72 | 47.32 | 17.41 | - |
| YUV | 164.82 | 86.34 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 91 | 0.42 | 0 | 0.55 | 0.20 | 105.54 | 0.52 | 0.58 |
| Hex | 76 | CB | 5B | 2A | 0 | 37 | 14 | 6A | 34 | 3A |
| Octal | 166 | 313 | 133 | 52 | 0 | 67 | 24 | 152 | 64 | 72 |
| Binary | 1110110 | 11001011 | 1011011 | 101010 | 0 | 110111 | 10100 | 1101010 | 110100 | 111010 |
Color Harmonies of #76CB5B
Complementary color
Monochromatic Colors of #76CB5B
Black with #76CB5B
Text Example
Text Example
White with #76CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB5B; }
p { color: rgb(118,203,91); }
H1.HeaderClassName
{
color: #76CB5B;
}
.AnyTagClassName
{
color: #76CB5B;
}
</style>
background-color css
<style>
a { background-color: #76CB5B; }
a { background-color: rgb(118,203,91); }
div.DivClassName
{
background-color: #76CB5B;
}
.BgClassName
{
background-color: #76CB5B;
}
</style>
border-color css
<style>
span { border-color: #76CB5B; }
span { border-color: rgb(118,203,91); }
td.TdClassName
{
border-color: #76CB5B;
}
.TagClassName
{
border-color: #76CB5B;
}
</style>