Shades of Mantis #74B952
Tints of Mantis #74B952
RGB
CMYK
RGB Variations
Color information
#74B952 (or 0x74B952) is known color: Mantis. HEX triplet: 74, B9 and 52. RGB value is (116,185,82). Sum of RGB (Red+Green+Blue) = 116+185+82=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #74B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B952 is #8B46AD. Grayscale: #989898. Windows color (decimal): -9127598 or 5421428. OLE color: 5421428.
HSL color Cylindrical-coordinate representation of color #74B952: hue angle of 100.19º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74B952 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 82 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.27 |
| HSL | 100.19º | 0.42% | 0.52% | - |
| HSV(B) | 100.19º | 0.56% | 0.73% | - |
| XYZ | 26.07 | 39.02 | 14.14 | - |
| YUV | 152.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 82 | 0.37 | 0 | 0.56 | 0.27 | 100.19 | 0.42 | 0.52 |
| Hex | 74 | B9 | 52 | 25 | 0 | 38 | 1B | 64 | 2A | 34 |
| Octal | 164 | 271 | 122 | 45 | 0 | 70 | 33 | 144 | 52 | 64 |
| Binary | 1110100 | 10111001 | 1010010 | 100101 | 0 | 111000 | 11011 | 1100100 | 101010 | 110100 |
Color Harmonies of #74B952
Complementary color
Monochromatic Colors of #74B952
Black with #74B952
Text Example
Text Example
White with #74B952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B952; }
p { color: rgb(116,185,82); }
H1.HeaderClassName
{
color: #74B952;
}
.AnyTagClassName
{
color: #74B952;
}
</style>
background-color css
<style>
a { background-color: #74B952; }
a { background-color: rgb(116,185,82); }
div.DivClassName
{
background-color: #74B952;
}
.BgClassName
{
background-color: #74B952;
}
</style>
border-color css
<style>
span { border-color: #74B952; }
span { border-color: rgb(116,185,82); }
td.TdClassName
{
border-color: #74B952;
}
.TagClassName
{
border-color: #74B952;
}
</style>