Shades of Mantis #74E058
Tints of Mantis #74E058
RGB
CMYK
RGB Variations
Color information
#74E058 (or 0x74E058) is known color: Mantis. HEX triplet: 74, E0 and 58. RGB value is (116,224,88). Sum of RGB (Red+Green+Blue) = 116+224+88=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #74E058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E058 is #8B1FA7. Grayscale: #B0B0B0. Windows color (decimal): -9117608 or 5824628. OLE color: 5824628.
HSL color Cylindrical-coordinate representation of color #74E058: hue angle of 107.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74E058 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 88 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.12 |
| HSL | 107.65º | 0.69% | 0.61% | - |
| HSV(B) | 107.65º | 0.61% | 0.88% | - |
| XYZ | 35.62 | 57.73 | 18.5 | - |
| YUV | 176.2 | 78.22 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 88 | 0.48 | 0 | 0.61 | 0.12 | 107.65 | 0.69 | 0.61 |
| Hex | 74 | E0 | 58 | 30 | 0 | 3D | C | 6C | 45 | 3D |
| Octal | 164 | 340 | 130 | 60 | 0 | 75 | 14 | 154 | 105 | 75 |
| Binary | 1110100 | 11100000 | 1011000 | 110000 | 0 | 111101 | 1100 | 1101100 | 1000101 | 111101 |
Color Harmonies of #74E058
Complementary color
Monochromatic Colors of #74E058
Black with #74E058
Text Example
Text Example
White with #74E058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E058; }
p { color: rgb(116,224,88); }
H1.HeaderClassName
{
color: #74E058;
}
.AnyTagClassName
{
color: #74E058;
}
</style>
background-color css
<style>
a { background-color: #74E058; }
a { background-color: rgb(116,224,88); }
div.DivClassName
{
background-color: #74E058;
}
.BgClassName
{
background-color: #74E058;
}
</style>
border-color css
<style>
span { border-color: #74E058; }
span { border-color: rgb(116,224,88); }
td.TdClassName
{
border-color: #74E058;
}
.TagClassName
{
border-color: #74E058;
}
</style>