Shades of Mantis #76DF4A
Tints of Mantis #76DF4A
RGB
CMYK
RGB Variations
Color information
#76DF4A (or 0x76DF4A) is known color: Mantis. HEX triplet: 76, DF and 4A. RGB value is (118,223,74). Sum of RGB (Red+Green+Blue) = 118+223+74=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DF4A is #8920B5. Grayscale: #AFAFAF. Windows color (decimal): -8986806 or 4906870. OLE color: 4906870.
HSL color Cylindrical-coordinate representation of color #76DF4A: hue angle of 102.28º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76DF4A is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 74 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.13 |
| HSL | 102.28º | 0.7% | 0.58% | - |
| HSV(B) | 102.28º | 0.67% | 0.87% | - |
| XYZ | 35.09 | 57.12 | 15.65 | - |
| YUV | 174.62 | 71.21 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 74 | 0.47 | 0 | 0.67 | 0.13 | 102.28 | 0.7 | 0.58 |
| Hex | 76 | DF | 4A | 2F | 0 | 43 | D | 66 | 46 | 3A |
| Octal | 166 | 337 | 112 | 57 | 0 | 103 | 15 | 146 | 106 | 72 |
| Binary | 1110110 | 11011111 | 1001010 | 101111 | 0 | 1000011 | 1101 | 1100110 | 1000110 | 111010 |
Color Harmonies of #76DF4A
Complementary color
Monochromatic Colors of #76DF4A
Black with #76DF4A
Text Example
Text Example
White with #76DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF4A; }
p { color: rgb(118,223,74); }
H1.HeaderClassName
{
color: #76DF4A;
}
.AnyTagClassName
{
color: #76DF4A;
}
</style>
background-color css
<style>
a { background-color: #76DF4A; }
a { background-color: rgb(118,223,74); }
div.DivClassName
{
background-color: #76DF4A;
}
.BgClassName
{
background-color: #76DF4A;
}
</style>
border-color css
<style>
span { border-color: #76DF4A; }
span { border-color: rgb(118,223,74); }
td.TdClassName
{
border-color: #76DF4A;
}
.TagClassName
{
border-color: #76DF4A;
}
</style>