Shades of Mantis #76DC4B
Tints of Mantis #76DC4B
RGB
CMYK
RGB Variations
Color information
#76DC4B (or 0x76DC4B) is known color: Mantis. HEX triplet: 76, DC and 4B. RGB value is (118,220,75). Sum of RGB (Red+Green+Blue) = 118+220+75=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC4B is #8923B4. Grayscale: #ADADAD. Windows color (decimal): -8987573 or 4971638. OLE color: 4971638.
HSL color Cylindrical-coordinate representation of color #76DC4B: hue angle of 102.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76DC4B is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 75 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.14 |
| HSL | 102.21º | 0.67% | 0.58% | - |
| HSV(B) | 102.21º | 0.66% | 0.86% | - |
| XYZ | 34.33 | 55.55 | 15.57 | - |
| YUV | 172.97 | 72.71 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 75 | 0.46 | 0 | 0.66 | 0.14 | 102.21 | 0.67 | 0.58 |
| Hex | 76 | DC | 4B | 2E | 0 | 42 | E | 66 | 43 | 3A |
| Octal | 166 | 334 | 113 | 56 | 0 | 102 | 16 | 146 | 103 | 72 |
| Binary | 1110110 | 11011100 | 1001011 | 101110 | 0 | 1000010 | 1110 | 1100110 | 1000011 | 111010 |
Color Harmonies of #76DC4B
Complementary color
Monochromatic Colors of #76DC4B
Black with #76DC4B
Text Example
Text Example
White with #76DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC4B; }
p { color: rgb(118,220,75); }
H1.HeaderClassName
{
color: #76DC4B;
}
.AnyTagClassName
{
color: #76DC4B;
}
</style>
background-color css
<style>
a { background-color: #76DC4B; }
a { background-color: rgb(118,220,75); }
div.DivClassName
{
background-color: #76DC4B;
}
.BgClassName
{
background-color: #76DC4B;
}
</style>
border-color css
<style>
span { border-color: #76DC4B; }
span { border-color: rgb(118,220,75); }
td.TdClassName
{
border-color: #76DC4B;
}
.TagClassName
{
border-color: #76DC4B;
}
</style>