Shades of Mantis #76CA44
Tints of Mantis #76CA44
RGB
CMYK
RGB Variations
Color information
#76CA44 (or 0x76CA44) is known color: Mantis. HEX triplet: 76, CA and 44. RGB value is (118,202,68). Sum of RGB (Red+Green+Blue) = 118+202+68=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA44 is #8935BB. Grayscale: #A2A2A2. Windows color (decimal): -8992188 or 4508278. OLE color: 4508278.
HSL color Cylindrical-coordinate representation of color #76CA44: hue angle of 97.61º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76CA44 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 68 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.21 |
| HSL | 97.61º | 0.56% | 0.53% | - |
| HSV(B) | 97.61º | 0.66% | 0.79% | - |
| XYZ | 29.64 | 46.51 | 12.88 | - |
| YUV | 161.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 68 | 0.42 | 0 | 0.66 | 0.21 | 97.61 | 0.56 | 0.53 |
| Hex | 76 | CA | 44 | 2A | 0 | 42 | 15 | 62 | 38 | 35 |
| Octal | 166 | 312 | 104 | 52 | 0 | 102 | 25 | 142 | 70 | 65 |
| Binary | 1110110 | 11001010 | 1000100 | 101010 | 0 | 1000010 | 10101 | 1100010 | 111000 | 110101 |
Color Harmonies of #76CA44
Complementary color
Monochromatic Colors of #76CA44
Black with #76CA44
Text Example
Text Example
White with #76CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA44; }
p { color: rgb(118,202,68); }
H1.HeaderClassName
{
color: #76CA44;
}
.AnyTagClassName
{
color: #76CA44;
}
</style>
background-color css
<style>
a { background-color: #76CA44; }
a { background-color: rgb(118,202,68); }
div.DivClassName
{
background-color: #76CA44;
}
.BgClassName
{
background-color: #76CA44;
}
</style>
border-color css
<style>
span { border-color: #76CA44; }
span { border-color: rgb(118,202,68); }
td.TdClassName
{
border-color: #76CA44;
}
.TagClassName
{
border-color: #76CA44;
}
</style>