Shades of Mantis #74BF51
Tints of Mantis #74BF51
RGB
CMYK
RGB Variations
Color information
#74BF51 (or 0x74BF51) is known color: Mantis. HEX triplet: 74, BF and 51. RGB value is (116,191,81). Sum of RGB (Red+Green+Blue) = 116+191+81=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF51 is #8B40AE. Grayscale: #9C9C9C. Windows color (decimal): -9126063 or 5357428. OLE color: 5357428.
HSL color Cylindrical-coordinate representation of color #74BF51: hue angle of 100.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74BF51 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 81 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.25 |
| HSL | 100.91º | 0.46% | 0.53% | - |
| HSV(B) | 100.91º | 0.58% | 0.75% | - |
| XYZ | 27.32 | 41.57 | 14.37 | - |
| YUV | 156.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 81 | 0.39 | 0 | 0.58 | 0.25 | 100.91 | 0.46 | 0.53 |
| Hex | 74 | BF | 51 | 27 | 0 | 3A | 19 | 65 | 2E | 35 |
| Octal | 164 | 277 | 121 | 47 | 0 | 72 | 31 | 145 | 56 | 65 |
| Binary | 1110100 | 10111111 | 1010001 | 100111 | 0 | 111010 | 11001 | 1100101 | 101110 | 110101 |
Color Harmonies of #74BF51
Complementary color
Monochromatic Colors of #74BF51
Black with #74BF51
Text Example
Text Example
White with #74BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF51; }
p { color: rgb(116,191,81); }
H1.HeaderClassName
{
color: #74BF51;
}
.AnyTagClassName
{
color: #74BF51;
}
</style>
background-color css
<style>
a { background-color: #74BF51; }
a { background-color: rgb(116,191,81); }
div.DivClassName
{
background-color: #74BF51;
}
.BgClassName
{
background-color: #74BF51;
}
</style>
border-color css
<style>
span { border-color: #74BF51; }
span { border-color: rgb(116,191,81); }
td.TdClassName
{
border-color: #74BF51;
}
.TagClassName
{
border-color: #74BF51;
}
</style>