Shades of Mantis #74B954
Tints of Mantis #74B954
RGB
CMYK
RGB Variations
Color information
#74B954 (or 0x74B954) is known color: Mantis. HEX triplet: 74, B9 and 54. RGB value is (116,185,84). Sum of RGB (Red+Green+Blue) = 116+185+84=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #74B954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B954 is #8B46AB. Grayscale: #999999. Windows color (decimal): -9127596 or 5552500. OLE color: 5552500.
HSL color Cylindrical-coordinate representation of color #74B954: hue angle of 100.99º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74B954 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 84 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.27 |
| HSL | 100.99º | 0.42% | 0.53% | - |
| HSV(B) | 100.99º | 0.55% | 0.73% | - |
| XYZ | 26.15 | 39.05 | 14.55 | - |
| YUV | 152.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 84 | 0.37 | 0 | 0.55 | 0.27 | 100.99 | 0.42 | 0.53 |
| Hex | 74 | B9 | 54 | 25 | 0 | 37 | 1B | 65 | 2A | 35 |
| Octal | 164 | 271 | 124 | 45 | 0 | 67 | 33 | 145 | 52 | 65 |
| Binary | 1110100 | 10111001 | 1010100 | 100101 | 0 | 110111 | 11011 | 1100101 | 101010 | 110101 |
Color Harmonies of #74B954
Complementary color
Monochromatic Colors of #74B954
Black with #74B954
Text Example
Text Example
White with #74B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B954; }
p { color: rgb(116,185,84); }
H1.HeaderClassName
{
color: #74B954;
}
.AnyTagClassName
{
color: #74B954;
}
</style>
background-color css
<style>
a { background-color: #74B954; }
a { background-color: rgb(116,185,84); }
div.DivClassName
{
background-color: #74B954;
}
.BgClassName
{
background-color: #74B954;
}
</style>
border-color css
<style>
span { border-color: #74B954; }
span { border-color: rgb(116,185,84); }
td.TdClassName
{
border-color: #74B954;
}
.TagClassName
{
border-color: #74B954;
}
</style>