Shades of Mantis #74BC5E
Tints of Mantis #74BC5E
RGB
CMYK
RGB Variations
Color information
#74BC5E (or 0x74BC5E) is known color: Mantis. HEX triplet: 74, BC and 5E. RGB value is (116,188,94). Sum of RGB (Red+Green+Blue) = 116+188+94=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC5E is #8B43A1. Grayscale: #9C9C9C. Windows color (decimal): -9126818 or 6208628. OLE color: 6208628.
HSL color Cylindrical-coordinate representation of color #74BC5E: hue angle of 105.96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BC5E is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 94 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.26 |
| HSL | 105.96º | 0.41% | 0.55% | - |
| HSV(B) | 105.96º | 0.5% | 0.74% | - |
| XYZ | 27.21 | 40.49 | 16.97 | - |
| YUV | 155.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 94 | 0.38 | 0 | 0.50 | 0.26 | 105.96 | 0.41 | 0.55 |
| Hex | 74 | BC | 5E | 26 | 0 | 32 | 1A | 6A | 29 | 37 |
| Octal | 164 | 274 | 136 | 46 | 0 | 62 | 32 | 152 | 51 | 67 |
| Binary | 1110100 | 10111100 | 1011110 | 100110 | 0 | 110010 | 11010 | 1101010 | 101001 | 110111 |
Color Harmonies of #74BC5E
Complementary color
Monochromatic Colors of #74BC5E
Black with #74BC5E
Text Example
Text Example
White with #74BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC5E; }
p { color: rgb(116,188,94); }
H1.HeaderClassName
{
color: #74BC5E;
}
.AnyTagClassName
{
color: #74BC5E;
}
</style>
background-color css
<style>
a { background-color: #74BC5E; }
a { background-color: rgb(116,188,94); }
div.DivClassName
{
background-color: #74BC5E;
}
.BgClassName
{
background-color: #74BC5E;
}
</style>
border-color css
<style>
span { border-color: #74BC5E; }
span { border-color: rgb(116,188,94); }
td.TdClassName
{
border-color: #74BC5E;
}
.TagClassName
{
border-color: #74BC5E;
}
</style>