Shades of Mantis #76DA4C
Tints of Mantis #76DA4C
RGB
CMYK
RGB Variations
Color information
#76DA4C (or 0x76DA4C) is known color: Mantis. HEX triplet: 76, DA and 4C. RGB value is (118,218,76). Sum of RGB (Red+Green+Blue) = 118+218+76=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DA4C is #8925B3. Grayscale: #ACACAC. Windows color (decimal): -8988084 or 5036662. OLE color: 5036662.
HSL color Cylindrical-coordinate representation of color #76DA4C: hue angle of 102.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76DA4C is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 76 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.15 |
| HSL | 102.25º | 0.66% | 0.58% | - |
| HSV(B) | 102.25º | 0.65% | 0.85% | - |
| XYZ | 33.85 | 54.52 | 15.58 | - |
| YUV | 171.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 76 | 0.46 | 0 | 0.65 | 0.15 | 102.25 | 0.66 | 0.58 |
| Hex | 76 | DA | 4C | 2E | 0 | 41 | F | 66 | 42 | 3A |
| Octal | 166 | 332 | 114 | 56 | 0 | 101 | 17 | 146 | 102 | 72 |
| Binary | 1110110 | 11011010 | 1001100 | 101110 | 0 | 1000001 | 1111 | 1100110 | 1000010 | 111010 |
Color Harmonies of #76DA4C
Complementary color
Monochromatic Colors of #76DA4C
Black with #76DA4C
Text Example
Text Example
White with #76DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DA4C; }
p { color: rgb(118,218,76); }
H1.HeaderClassName
{
color: #76DA4C;
}
.AnyTagClassName
{
color: #76DA4C;
}
</style>
background-color css
<style>
a { background-color: #76DA4C; }
a { background-color: rgb(118,218,76); }
div.DivClassName
{
background-color: #76DA4C;
}
.BgClassName
{
background-color: #76DA4C;
}
</style>
border-color css
<style>
span { border-color: #76DA4C; }
span { border-color: rgb(118,218,76); }
td.TdClassName
{
border-color: #76DA4C;
}
.TagClassName
{
border-color: #76DA4C;
}
</style>