Shades of Mantis #76D84B
Tints of Mantis #76D84B
RGB
CMYK
RGB Variations
Color information
#76D84B (or 0x76D84B) is known color: Mantis. HEX triplet: 76, D8 and 4B. RGB value is (118,216,75). Sum of RGB (Red+Green+Blue) = 118+216+75=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #76D84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D84B is #8927B4. Grayscale: #ABABAB. Windows color (decimal): -8988597 or 4970614. OLE color: 4970614.
HSL color Cylindrical-coordinate representation of color #76D84B: hue angle of 101.7º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76D84B is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 75 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.15 |
| HSL | 101.7º | 0.64% | 0.57% | - |
| HSV(B) | 101.7º | 0.65% | 0.85% | - |
| XYZ | 33.3 | 53.47 | 15.22 | - |
| YUV | 170.62 | 74.03 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 75 | 0.45 | 0 | 0.65 | 0.15 | 101.7 | 0.64 | 0.57 |
| Hex | 76 | D8 | 4B | 2D | 0 | 41 | F | 66 | 40 | 39 |
| Octal | 166 | 330 | 113 | 55 | 0 | 101 | 17 | 146 | 100 | 71 |
| Binary | 1110110 | 11011000 | 1001011 | 101101 | 0 | 1000001 | 1111 | 1100110 | 1000000 | 111001 |
Color Harmonies of #76D84B
Complementary color
Monochromatic Colors of #76D84B
Black with #76D84B
Text Example
Text Example
White with #76D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D84B; }
p { color: rgb(118,216,75); }
H1.HeaderClassName
{
color: #76D84B;
}
.AnyTagClassName
{
color: #76D84B;
}
</style>
background-color css
<style>
a { background-color: #76D84B; }
a { background-color: rgb(118,216,75); }
div.DivClassName
{
background-color: #76D84B;
}
.BgClassName
{
background-color: #76D84B;
}
</style>
border-color css
<style>
span { border-color: #76D84B; }
span { border-color: rgb(118,216,75); }
td.TdClassName
{
border-color: #76D84B;
}
.TagClassName
{
border-color: #76D84B;
}
</style>