Shades of Mantis #74B45E
Tints of Mantis #74B45E
RGB
CMYK
RGB Variations
Color information
#74B45E (or 0x74B45E) is known color: Mantis. HEX triplet: 74, B4 and 5E. RGB value is (116,180,94). Sum of RGB (Red+Green+Blue) = 116+180+94=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #74B45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B45E is #8B4BA1. Grayscale: #979797. Windows color (decimal): -9128866 or 6206580. OLE color: 6206580.
HSL color Cylindrical-coordinate representation of color #74B45E: hue angle of 104.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B45E is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 94 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.29 |
| HSL | 104.65º | 0.36% | 0.54% | - |
| HSV(B) | 104.65º | 0.48% | 0.71% | - |
| XYZ | 25.54 | 37.16 | 16.42 | - |
| YUV | 151.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 94 | 0.36 | 0 | 0.48 | 0.29 | 104.65 | 0.36 | 0.54 |
| Hex | 74 | B4 | 5E | 24 | 0 | 30 | 1D | 69 | 24 | 36 |
| Octal | 164 | 264 | 136 | 44 | 0 | 60 | 35 | 151 | 44 | 66 |
| Binary | 1110100 | 10110100 | 1011110 | 100100 | 0 | 110000 | 11101 | 1101001 | 100100 | 110110 |
Color Harmonies of #74B45E
Complementary color
Monochromatic Colors of #74B45E
Black with #74B45E
Text Example
Text Example
White with #74B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B45E; }
p { color: rgb(116,180,94); }
H1.HeaderClassName
{
color: #74B45E;
}
.AnyTagClassName
{
color: #74B45E;
}
</style>
background-color css
<style>
a { background-color: #74B45E; }
a { background-color: rgb(116,180,94); }
div.DivClassName
{
background-color: #74B45E;
}
.BgClassName
{
background-color: #74B45E;
}
</style>
border-color css
<style>
span { border-color: #74B45E; }
span { border-color: rgb(116,180,94); }
td.TdClassName
{
border-color: #74B45E;
}
.TagClassName
{
border-color: #74B45E;
}
</style>