Shades of Mantis #76DB4A
Tints of Mantis #76DB4A
RGB
CMYK
RGB Variations
Color information
#76DB4A (or 0x76DB4A) is known color: Mantis. HEX triplet: 76, DB and 4A. RGB value is (118,219,74). Sum of RGB (Red+Green+Blue) = 118+219+74=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DB4A is #8924B5. Grayscale: #ACACAC. Windows color (decimal): -8987830 or 4905846. OLE color: 4905846.
HSL color Cylindrical-coordinate representation of color #76DB4A: hue angle of 101.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76DB4A is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 74 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.14 |
| HSL | 101.79º | 0.67% | 0.57% | - |
| HSV(B) | 101.79º | 0.66% | 0.86% | - |
| XYZ | 34.04 | 55.01 | 15.3 | - |
| YUV | 172.27 | 72.54 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 74 | 0.46 | 0 | 0.66 | 0.14 | 101.79 | 0.67 | 0.57 |
| Hex | 76 | DB | 4A | 2E | 0 | 42 | E | 66 | 43 | 39 |
| Octal | 166 | 333 | 112 | 56 | 0 | 102 | 16 | 146 | 103 | 71 |
| Binary | 1110110 | 11011011 | 1001010 | 101110 | 0 | 1000010 | 1110 | 1100110 | 1000011 | 111001 |
Color Harmonies of #76DB4A
Complementary color
Monochromatic Colors of #76DB4A
Black with #76DB4A
Text Example
Text Example
White with #76DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB4A; }
p { color: rgb(118,219,74); }
H1.HeaderClassName
{
color: #76DB4A;
}
.AnyTagClassName
{
color: #76DB4A;
}
</style>
background-color css
<style>
a { background-color: #76DB4A; }
a { background-color: rgb(118,219,74); }
div.DivClassName
{
background-color: #76DB4A;
}
.BgClassName
{
background-color: #76DB4A;
}
</style>
border-color css
<style>
span { border-color: #76DB4A; }
span { border-color: rgb(118,219,74); }
td.TdClassName
{
border-color: #76DB4A;
}
.TagClassName
{
border-color: #76DB4A;
}
</style>