Shades of Mantis #74E93A
Tints of Mantis #74E93A
RGB
CMYK
RGB Variations
Color information
#74E93A (or 0x74E93A) is known color: Mantis. HEX triplet: 74, E9 and 3A. RGB value is (116,233,58). Sum of RGB (Red+Green+Blue) = 116+233+58=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 233 (91.41% from 255 or 57.25% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 233 - color contains mainly: green. Hex color #74E93A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E93A is #8B16C5. Grayscale: #B2B2B2. Windows color (decimal): -9115334 or 3860852. OLE color: 3860852.
HSL color Cylindrical-coordinate representation of color #74E93A: hue angle of 100.11º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74E93A is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 233 | 58 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.09 |
| HSL | 100.11º | 0.8% | 0.57% | - |
| HSV(B) | 100.11º | 0.75% | 0.91% | - |
| XYZ | 37.11 | 62.3 | 14.07 | - |
| YUV | 178.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 58 | 0.50 | 0 | 0.75 | 0.09 | 100.11 | 0.8 | 0.57 |
| Hex | 74 | E9 | 3A | 32 | 0 | 4B | 9 | 64 | 50 | 39 |
| Octal | 164 | 351 | 72 | 62 | 0 | 113 | 11 | 144 | 120 | 71 |
| Binary | 1110100 | 11101001 | 111010 | 110010 | 0 | 1001011 | 1001 | 1100100 | 1010000 | 111001 |
Color Harmonies of #74E93A
Complementary color
Monochromatic Colors of #74E93A
Black with #74E93A
Text Example
Text Example
White with #74E93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E93A; }
p { color: rgb(116,233,58); }
H1.HeaderClassName
{
color: #74E93A;
}
.AnyTagClassName
{
color: #74E93A;
}
</style>
background-color css
<style>
a { background-color: #74E93A; }
a { background-color: rgb(116,233,58); }
div.DivClassName
{
background-color: #74E93A;
}
.BgClassName
{
background-color: #74E93A;
}
</style>
border-color css
<style>
span { border-color: #74E93A; }
span { border-color: rgb(116,233,58); }
td.TdClassName
{
border-color: #74E93A;
}
.TagClassName
{
border-color: #74E93A;
}
</style>