Shades of Mantis #74BF52
Tints of Mantis #74BF52
RGB
CMYK
RGB Variations
Color information
#74BF52 (or 0x74BF52) is known color: Mantis. HEX triplet: 74, BF and 52. RGB value is (116,191,82). Sum of RGB (Red+Green+Blue) = 116+191+82=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF52 is #8B40AD. Grayscale: #9C9C9C. Windows color (decimal): -9126062 or 5422964. OLE color: 5422964.
HSL color Cylindrical-coordinate representation of color #74BF52: hue angle of 101.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74BF52 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 82 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.25 |
| HSL | 101.28º | 0.46% | 0.54% | - |
| HSV(B) | 101.28º | 0.57% | 0.75% | - |
| XYZ | 27.36 | 41.58 | 14.57 | - |
| YUV | 156.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 82 | 0.39 | 0 | 0.57 | 0.25 | 101.28 | 0.46 | 0.54 |
| Hex | 74 | BF | 52 | 27 | 0 | 39 | 19 | 65 | 2E | 36 |
| Octal | 164 | 277 | 122 | 47 | 0 | 71 | 31 | 145 | 56 | 66 |
| Binary | 1110100 | 10111111 | 1010010 | 100111 | 0 | 111001 | 11001 | 1100101 | 101110 | 110110 |
Color Harmonies of #74BF52
Complementary color
Monochromatic Colors of #74BF52
Black with #74BF52
Text Example
Text Example
White with #74BF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF52; }
p { color: rgb(116,191,82); }
H1.HeaderClassName
{
color: #74BF52;
}
.AnyTagClassName
{
color: #74BF52;
}
</style>
background-color css
<style>
a { background-color: #74BF52; }
a { background-color: rgb(116,191,82); }
div.DivClassName
{
background-color: #74BF52;
}
.BgClassName
{
background-color: #74BF52;
}
</style>
border-color css
<style>
span { border-color: #74BF52; }
span { border-color: rgb(116,191,82); }
td.TdClassName
{
border-color: #74BF52;
}
.TagClassName
{
border-color: #74BF52;
}
</style>