Shades of Mantis #76D03F
Tints of Mantis #76D03F
RGB
CMYK
RGB Variations
Color information
#76D03F (or 0x76D03F) is known color: Mantis. HEX triplet: 76, D0 and 3F. RGB value is (118,208,63). Sum of RGB (Red+Green+Blue) = 118+208+63=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #76D03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D03F is #892FC0. Grayscale: #A5A5A5. Windows color (decimal): -8990657 or 4182134. OLE color: 4182134.
HSL color Cylindrical-coordinate representation of color #76D03F: hue angle of 97.24º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76D03F is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 63 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.18 |
| HSL | 97.24º | 0.61% | 0.53% | - |
| HSV(B) | 97.24º | 0.7% | 0.82% | - |
| XYZ | 30.92 | 49.32 | 12.59 | - |
| YUV | 164.56 | 70.68 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 63 | 0.43 | 0 | 0.70 | 0.18 | 97.24 | 0.61 | 0.53 |
| Hex | 76 | D0 | 3F | 2B | 0 | 46 | 12 | 61 | 3D | 35 |
| Octal | 166 | 320 | 77 | 53 | 0 | 106 | 22 | 141 | 75 | 65 |
| Binary | 1110110 | 11010000 | 111111 | 101011 | 0 | 1000110 | 10010 | 1100001 | 111101 | 110101 |
Color Harmonies of #76D03F
Complementary color
Monochromatic Colors of #76D03F
Black with #76D03F
Text Example
Text Example
White with #76D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D03F; }
p { color: rgb(118,208,63); }
H1.HeaderClassName
{
color: #76D03F;
}
.AnyTagClassName
{
color: #76D03F;
}
</style>
background-color css
<style>
a { background-color: #76D03F; }
a { background-color: rgb(118,208,63); }
div.DivClassName
{
background-color: #76D03F;
}
.BgClassName
{
background-color: #76D03F;
}
</style>
border-color css
<style>
span { border-color: #76D03F; }
span { border-color: rgb(118,208,63); }
td.TdClassName
{
border-color: #76D03F;
}
.TagClassName
{
border-color: #76D03F;
}
</style>