Shades of Mantis #74D156
Tints of Mantis #74D156
RGB
CMYK
RGB Variations
Color information
#74D156 (or 0x74D156) is known color: Mantis. HEX triplet: 74, D1 and 56. RGB value is (116,209,86). Sum of RGB (Red+Green+Blue) = 116+209+86=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #74D156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D156 is #8B2EA9. Grayscale: #A7A7A7. Windows color (decimal): -9121450 or 5689716. OLE color: 5689716.
HSL color Cylindrical-coordinate representation of color #74D156: hue angle of 105.37º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74D156 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 86 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.18 |
| HSL | 105.37º | 0.57% | 0.58% | - |
| HSV(B) | 105.37º | 0.59% | 0.82% | - |
| XYZ | 31.68 | 49.99 | 16.78 | - |
| YUV | 167.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 86 | 0.44 | 0 | 0.59 | 0.18 | 105.37 | 0.57 | 0.58 |
| Hex | 74 | D1 | 56 | 2C | 0 | 3B | 12 | 69 | 39 | 3A |
| Octal | 164 | 321 | 126 | 54 | 0 | 73 | 22 | 151 | 71 | 72 |
| Binary | 1110100 | 11010001 | 1010110 | 101100 | 0 | 111011 | 10010 | 1101001 | 111001 | 111010 |
Color Harmonies of #74D156
Complementary color
Monochromatic Colors of #74D156
Black with #74D156
Text Example
Text Example
White with #74D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D156; }
p { color: rgb(116,209,86); }
H1.HeaderClassName
{
color: #74D156;
}
.AnyTagClassName
{
color: #74D156;
}
</style>
background-color css
<style>
a { background-color: #74D156; }
a { background-color: rgb(116,209,86); }
div.DivClassName
{
background-color: #74D156;
}
.BgClassName
{
background-color: #74D156;
}
</style>
border-color css
<style>
span { border-color: #74D156; }
span { border-color: rgb(116,209,86); }
td.TdClassName
{
border-color: #74D156;
}
.TagClassName
{
border-color: #74D156;
}
</style>