Shades of Mantis #76CF5B
Tints of Mantis #76CF5B
RGB
CMYK
RGB Variations
Color information
#76CF5B (or 0x76CF5B) is known color: Mantis. HEX triplet: 76, CF and 5B. RGB value is (118,207,91). Sum of RGB (Red+Green+Blue) = 118+207+91=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CF5B is #8930A4. Grayscale: #A7A7A7. Windows color (decimal): -8990885 or 6016886. OLE color: 6016886.
HSL color Cylindrical-coordinate representation of color #76CF5B: hue angle of 106.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76CF5B is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 91 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.19 |
| HSL | 106.03º | 0.55% | 0.58% | - |
| HSV(B) | 106.03º | 0.56% | 0.81% | - |
| XYZ | 31.67 | 49.23 | 17.73 | - |
| YUV | 167.17 | 85.01 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 91 | 0.43 | 0 | 0.56 | 0.19 | 106.03 | 0.55 | 0.58 |
| Hex | 76 | CF | 5B | 2B | 0 | 38 | 13 | 6A | 37 | 3A |
| Octal | 166 | 317 | 133 | 53 | 0 | 70 | 23 | 152 | 67 | 72 |
| Binary | 1110110 | 11001111 | 1011011 | 101011 | 0 | 111000 | 10011 | 1101010 | 110111 | 111010 |
Color Harmonies of #76CF5B
Complementary color
Monochromatic Colors of #76CF5B
Black with #76CF5B
Text Example
Text Example
White with #76CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF5B; }
p { color: rgb(118,207,91); }
H1.HeaderClassName
{
color: #76CF5B;
}
.AnyTagClassName
{
color: #76CF5B;
}
</style>
background-color css
<style>
a { background-color: #76CF5B; }
a { background-color: rgb(118,207,91); }
div.DivClassName
{
background-color: #76CF5B;
}
.BgClassName
{
background-color: #76CF5B;
}
</style>
border-color css
<style>
span { border-color: #76CF5B; }
span { border-color: rgb(118,207,91); }
td.TdClassName
{
border-color: #76CF5B;
}
.TagClassName
{
border-color: #76CF5B;
}
</style>