Shades of Mantis #74E048
Tints of Mantis #74E048
RGB
CMYK
RGB Variations
Color information
#74E048 (or 0x74E048) is known color: Mantis. HEX triplet: 74, E0 and 48. RGB value is (116,224,72). Sum of RGB (Red+Green+Blue) = 116+224+72=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #74E048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E048 is #8B1FB7. Grayscale: #AEAEAE. Windows color (decimal): -9117624 or 4776052. OLE color: 4776052.
HSL color Cylindrical-coordinate representation of color #74E048: hue angle of 102.63º degrees, saturation: 0.71, 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 #74E048 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 72 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.12 |
| HSL | 102.63º | 0.71% | 0.58% | - |
| HSV(B) | 102.63º | 0.68% | 0.88% | - |
| XYZ | 35.03 | 57.49 | 15.38 | - |
| YUV | 174.38 | 70.22 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 72 | 0.48 | 0 | 0.68 | 0.12 | 102.63 | 0.71 | 0.58 |
| Hex | 74 | E0 | 48 | 30 | 0 | 44 | C | 67 | 47 | 3A |
| Octal | 164 | 340 | 110 | 60 | 0 | 104 | 14 | 147 | 107 | 72 |
| Binary | 1110100 | 11100000 | 1001000 | 110000 | 0 | 1000100 | 1100 | 1100111 | 1000111 | 111010 |
Color Harmonies of #74E048
Complementary color
Monochromatic Colors of #74E048
Black with #74E048
Text Example
Text Example
White with #74E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E048; }
p { color: rgb(116,224,72); }
H1.HeaderClassName
{
color: #74E048;
}
.AnyTagClassName
{
color: #74E048;
}
</style>
background-color css
<style>
a { background-color: #74E048; }
a { background-color: rgb(116,224,72); }
div.DivClassName
{
background-color: #74E048;
}
.BgClassName
{
background-color: #74E048;
}
</style>
border-color css
<style>
span { border-color: #74E048; }
span { border-color: rgb(116,224,72); }
td.TdClassName
{
border-color: #74E048;
}
.TagClassName
{
border-color: #74E048;
}
</style>