Shades of Mantis #74BF5E
Tints of Mantis #74BF5E
RGB
CMYK
RGB Variations
Color information
#74BF5E (or 0x74BF5E) is known color: Mantis. HEX triplet: 74, BF and 5E. RGB value is (116,191,94). Sum of RGB (Red+Green+Blue) = 116+191+94=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF5E is #8B40A1. Grayscale: #9D9D9D. Windows color (decimal): -9126050 or 6209396. OLE color: 6209396.
HSL color Cylindrical-coordinate representation of color #74BF5E: hue angle of 106.39º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BF5E is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 94 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.25 |
| HSL | 106.39º | 0.43% | 0.56% | - |
| HSV(B) | 106.39º | 0.51% | 0.75% | - |
| XYZ | 27.85 | 41.78 | 17.19 | - |
| YUV | 157.52 | 92.15 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 94 | 0.39 | 0 | 0.51 | 0.25 | 106.39 | 0.43 | 0.56 |
| Hex | 74 | BF | 5E | 27 | 0 | 33 | 19 | 6A | 2B | 38 |
| Octal | 164 | 277 | 136 | 47 | 0 | 63 | 31 | 152 | 53 | 70 |
| Binary | 1110100 | 10111111 | 1011110 | 100111 | 0 | 110011 | 11001 | 1101010 | 101011 | 111000 |
Color Harmonies of #74BF5E
Complementary color
Monochromatic Colors of #74BF5E
Black with #74BF5E
Text Example
Text Example
White with #74BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF5E; }
p { color: rgb(116,191,94); }
H1.HeaderClassName
{
color: #74BF5E;
}
.AnyTagClassName
{
color: #74BF5E;
}
</style>
background-color css
<style>
a { background-color: #74BF5E; }
a { background-color: rgb(116,191,94); }
div.DivClassName
{
background-color: #74BF5E;
}
.BgClassName
{
background-color: #74BF5E;
}
</style>
border-color css
<style>
span { border-color: #74BF5E; }
span { border-color: rgb(116,191,94); }
td.TdClassName
{
border-color: #74BF5E;
}
.TagClassName
{
border-color: #74BF5E;
}
</style>