Shades of Mantis #74E143
Tints of Mantis #74E143
RGB
CMYK
RGB Variations
Color information
#74E143 (or 0x74E143) is known color: Mantis. HEX triplet: 74, E1 and 43. RGB value is (116,225,67). Sum of RGB (Red+Green+Blue) = 116+225+67=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #74E143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E143 is #8B1EBC. Grayscale: #AEAEAE. Windows color (decimal): -9117373 or 4448628. OLE color: 4448628.
HSL color Cylindrical-coordinate representation of color #74E143: hue angle of 101.39º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74E143 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 67 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.12 |
| HSL | 101.39º | 0.72% | 0.57% | - |
| HSV(B) | 101.39º | 0.7% | 0.88% | - |
| XYZ | 35.14 | 57.97 | 14.65 | - |
| YUV | 174.4 | 67.39 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 67 | 0.48 | 0 | 0.70 | 0.12 | 101.39 | 0.72 | 0.57 |
| Hex | 74 | E1 | 43 | 30 | 0 | 46 | C | 65 | 48 | 39 |
| Octal | 164 | 341 | 103 | 60 | 0 | 106 | 14 | 145 | 110 | 71 |
| Binary | 1110100 | 11100001 | 1000011 | 110000 | 0 | 1000110 | 1100 | 1100101 | 1001000 | 111001 |
Color Harmonies of #74E143
Complementary color
Monochromatic Colors of #74E143
Black with #74E143
Text Example
Text Example
White with #74E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E143; }
p { color: rgb(116,225,67); }
H1.HeaderClassName
{
color: #74E143;
}
.AnyTagClassName
{
color: #74E143;
}
</style>
background-color css
<style>
a { background-color: #74E143; }
a { background-color: rgb(116,225,67); }
div.DivClassName
{
background-color: #74E143;
}
.BgClassName
{
background-color: #74E143;
}
</style>
border-color css
<style>
span { border-color: #74E143; }
span { border-color: rgb(116,225,67); }
td.TdClassName
{
border-color: #74E143;
}
.TagClassName
{
border-color: #74E143;
}
</style>