Shades of Mantis #74E147
Tints of Mantis #74E147
RGB
CMYK
RGB Variations
Color information
#74E147 (or 0x74E147) is known color: Mantis. HEX triplet: 74, E1 and 47. RGB value is (116,225,71). Sum of RGB (Red+Green+Blue) = 116+225+71=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #74E147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E147 is #8B1EB8. Grayscale: #AFAFAF. Windows color (decimal): -9117369 or 4710772. OLE color: 4710772.
HSL color Cylindrical-coordinate representation of color #74E147: hue angle of 102.47º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74E147 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 71 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.12 |
| HSL | 102.47º | 0.72% | 0.58% | - |
| HSV(B) | 102.47º | 0.68% | 0.88% | - |
| XYZ | 35.27 | 58.02 | 15.3 | - |
| YUV | 174.85 | 69.39 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 71 | 0.48 | 0 | 0.68 | 0.12 | 102.47 | 0.72 | 0.58 |
| Hex | 74 | E1 | 47 | 30 | 0 | 44 | C | 66 | 48 | 3A |
| Octal | 164 | 341 | 107 | 60 | 0 | 104 | 14 | 146 | 110 | 72 |
| Binary | 1110100 | 11100001 | 1000111 | 110000 | 0 | 1000100 | 1100 | 1100110 | 1001000 | 111010 |
Color Harmonies of #74E147
Complementary color
Monochromatic Colors of #74E147
Black with #74E147
Text Example
Text Example
White with #74E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E147; }
p { color: rgb(116,225,71); }
H1.HeaderClassName
{
color: #74E147;
}
.AnyTagClassName
{
color: #74E147;
}
</style>
background-color css
<style>
a { background-color: #74E147; }
a { background-color: rgb(116,225,71); }
div.DivClassName
{
background-color: #74E147;
}
.BgClassName
{
background-color: #74E147;
}
</style>
border-color css
<style>
span { border-color: #74E147; }
span { border-color: rgb(116,225,71); }
td.TdClassName
{
border-color: #74E147;
}
.TagClassName
{
border-color: #74E147;
}
</style>