Shades of Mantis #74BB5E
Tints of Mantis #74BB5E
RGB
CMYK
RGB Variations
Color information
#74BB5E (or 0x74BB5E) is known color: Mantis. HEX triplet: 74, BB and 5E. RGB value is (116,187,94). Sum of RGB (Red+Green+Blue) = 116+187+94=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB5E is #8B44A1. Grayscale: #9B9B9B. Windows color (decimal): -9127074 or 6208372. OLE color: 6208372.
HSL color Cylindrical-coordinate representation of color #74BB5E: hue angle of 105.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BB5E is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 94 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.27 |
| HSL | 105.81º | 0.41% | 0.55% | - |
| HSV(B) | 105.81º | 0.5% | 0.73% | - |
| XYZ | 26.99 | 40.06 | 16.9 | - |
| YUV | 155.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 94 | 0.38 | 0 | 0.50 | 0.27 | 105.81 | 0.41 | 0.55 |
| Hex | 74 | BB | 5E | 26 | 0 | 32 | 1B | 6A | 29 | 37 |
| Octal | 164 | 273 | 136 | 46 | 0 | 62 | 33 | 152 | 51 | 67 |
| Binary | 1110100 | 10111011 | 1011110 | 100110 | 0 | 110010 | 11011 | 1101010 | 101001 | 110111 |
Color Harmonies of #74BB5E
Complementary color
Monochromatic Colors of #74BB5E
Black with #74BB5E
Text Example
Text Example
White with #74BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB5E; }
p { color: rgb(116,187,94); }
H1.HeaderClassName
{
color: #74BB5E;
}
.AnyTagClassName
{
color: #74BB5E;
}
</style>
background-color css
<style>
a { background-color: #74BB5E; }
a { background-color: rgb(116,187,94); }
div.DivClassName
{
background-color: #74BB5E;
}
.BgClassName
{
background-color: #74BB5E;
}
</style>
border-color css
<style>
span { border-color: #74BB5E; }
span { border-color: rgb(116,187,94); }
td.TdClassName
{
border-color: #74BB5E;
}
.TagClassName
{
border-color: #74BB5E;
}
</style>