Shades of Mantis #74B754
Tints of Mantis #74B754
RGB
CMYK
RGB Variations
Color information
#74B754 (or 0x74B754) is known color: Mantis. HEX triplet: 74, B7 and 54. RGB value is (116,183,84). Sum of RGB (Red+Green+Blue) = 116+183+84=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #74B754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B754 is #8B48AB. Grayscale: #989898. Windows color (decimal): -9128108 or 5551988. OLE color: 5551988.
HSL color Cylindrical-coordinate representation of color #74B754: hue angle of 100.61º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B754 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 84 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.28 |
| HSL | 100.61º | 0.41% | 0.52% | - |
| HSV(B) | 100.61º | 0.54% | 0.72% | - |
| XYZ | 25.74 | 38.22 | 14.41 | - |
| YUV | 151.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 84 | 0.37 | 0 | 0.54 | 0.28 | 100.61 | 0.41 | 0.52 |
| Hex | 74 | B7 | 54 | 25 | 0 | 36 | 1C | 65 | 29 | 34 |
| Octal | 164 | 267 | 124 | 45 | 0 | 66 | 34 | 145 | 51 | 64 |
| Binary | 1110100 | 10110111 | 1010100 | 100101 | 0 | 110110 | 11100 | 1100101 | 101001 | 110100 |
Color Harmonies of #74B754
Complementary color
Monochromatic Colors of #74B754
Black with #74B754
Text Example
Text Example
White with #74B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B754; }
p { color: rgb(116,183,84); }
H1.HeaderClassName
{
color: #74B754;
}
.AnyTagClassName
{
color: #74B754;
}
</style>
background-color css
<style>
a { background-color: #74B754; }
a { background-color: rgb(116,183,84); }
div.DivClassName
{
background-color: #74B754;
}
.BgClassName
{
background-color: #74B754;
}
</style>
border-color css
<style>
span { border-color: #74B754; }
span { border-color: rgb(116,183,84); }
td.TdClassName
{
border-color: #74B754;
}
.TagClassName
{
border-color: #74B754;
}
</style>