Shades of Mantis #76DC4A
Tints of Mantis #76DC4A
RGB
CMYK
RGB Variations
Color information
#76DC4A (or 0x76DC4A) is known color: Mantis. HEX triplet: 76, DC and 4A. RGB value is (118,220,74). Sum of RGB (Red+Green+Blue) = 118+220+74=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC4A is #8923B5. Grayscale: #ADADAD. Windows color (decimal): -8987574 or 4906102. OLE color: 4906102.
HSL color Cylindrical-coordinate representation of color #76DC4A: hue angle of 101.92º degrees, saturation: 0.68, 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 #76DC4A is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 74 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.14 |
| HSL | 101.92º | 0.68% | 0.58% | - |
| HSV(B) | 101.92º | 0.66% | 0.86% | - |
| XYZ | 34.3 | 55.53 | 15.39 | - |
| YUV | 172.86 | 72.21 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 74 | 0.46 | 0 | 0.66 | 0.14 | 101.92 | 0.68 | 0.58 |
| Hex | 76 | DC | 4A | 2E | 0 | 42 | E | 66 | 44 | 3A |
| Octal | 166 | 334 | 112 | 56 | 0 | 102 | 16 | 146 | 104 | 72 |
| Binary | 1110110 | 11011100 | 1001010 | 101110 | 0 | 1000010 | 1110 | 1100110 | 1000100 | 111010 |
Color Harmonies of #76DC4A
Complementary color
Monochromatic Colors of #76DC4A
Black with #76DC4A
Text Example
Text Example
White with #76DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC4A; }
p { color: rgb(118,220,74); }
H1.HeaderClassName
{
color: #76DC4A;
}
.AnyTagClassName
{
color: #76DC4A;
}
</style>
background-color css
<style>
a { background-color: #76DC4A; }
a { background-color: rgb(118,220,74); }
div.DivClassName
{
background-color: #76DC4A;
}
.BgClassName
{
background-color: #76DC4A;
}
</style>
border-color css
<style>
span { border-color: #76DC4A; }
span { border-color: rgb(118,220,74); }
td.TdClassName
{
border-color: #76DC4A;
}
.TagClassName
{
border-color: #76DC4A;
}
</style>