Shades of Mantis #76DB53
Tints of Mantis #76DB53
RGB
CMYK
RGB Variations
Color information
#76DB53 (or 0x76DB53) is known color: Mantis. HEX triplet: 76, DB and 53. RGB value is (118,219,83). Sum of RGB (Red+Green+Blue) = 118+219+83=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DB53 is #8924AC. Grayscale: #ADADAD. Windows color (decimal): -8987821 or 5495670. OLE color: 5495670.
HSL color Cylindrical-coordinate representation of color #76DB53: hue angle of 104.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76DB53 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 83 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.14 |
| HSL | 104.56º | 0.65% | 0.59% | - |
| HSV(B) | 104.56º | 0.62% | 0.86% | - |
| XYZ | 34.36 | 55.14 | 17.02 | - |
| YUV | 173.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 83 | 0.46 | 0 | 0.62 | 0.14 | 104.56 | 0.65 | 0.59 |
| Hex | 76 | DB | 53 | 2E | 0 | 3E | E | 69 | 41 | 3B |
| Octal | 166 | 333 | 123 | 56 | 0 | 76 | 16 | 151 | 101 | 73 |
| Binary | 1110110 | 11011011 | 1010011 | 101110 | 0 | 111110 | 1110 | 1101001 | 1000001 | 111011 |
Color Harmonies of #76DB53
Complementary color
Monochromatic Colors of #76DB53
Black with #76DB53
Text Example
Text Example
White with #76DB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB53; }
p { color: rgb(118,219,83); }
H1.HeaderClassName
{
color: #76DB53;
}
.AnyTagClassName
{
color: #76DB53;
}
</style>
background-color css
<style>
a { background-color: #76DB53; }
a { background-color: rgb(118,219,83); }
div.DivClassName
{
background-color: #76DB53;
}
.BgClassName
{
background-color: #76DB53;
}
</style>
border-color css
<style>
span { border-color: #76DB53; }
span { border-color: rgb(118,219,83); }
td.TdClassName
{
border-color: #76DB53;
}
.TagClassName
{
border-color: #76DB53;
}
</style>