Shades of Mantis #74E93C
Tints of Mantis #74E93C
RGB
CMYK
RGB Variations
Color information
#74E93C (or 0x74E93C) is known color: Mantis. HEX triplet: 74, E9 and 3C. RGB value is (116,233,60). Sum of RGB (Red+Green+Blue) = 116+233+60=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 233 (91.41% from 255 or 56.97% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 233 - color contains mainly: green. Hex color #74E93C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E93C is #8B16C3. Grayscale: #B2B2B2. Windows color (decimal): -9115332 or 3991924. OLE color: 3991924.
HSL color Cylindrical-coordinate representation of color #74E93C: hue angle of 100.58º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74E93C is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 233 | 60 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.09 |
| HSL | 100.58º | 0.8% | 0.57% | - |
| HSV(B) | 100.58º | 0.74% | 0.91% | - |
| XYZ | 37.16 | 62.32 | 14.34 | - |
| YUV | 178.3 | 61.24 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 60 | 0.50 | 0 | 0.74 | 0.09 | 100.58 | 0.8 | 0.57 |
| Hex | 74 | E9 | 3C | 32 | 0 | 4A | 9 | 65 | 50 | 39 |
| Octal | 164 | 351 | 74 | 62 | 0 | 112 | 11 | 145 | 120 | 71 |
| Binary | 1110100 | 11101001 | 111100 | 110010 | 0 | 1001010 | 1001 | 1100101 | 1010000 | 111001 |
Color Harmonies of #74E93C
Complementary color
Monochromatic Colors of #74E93C
Black with #74E93C
Text Example
Text Example
White with #74E93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E93C; }
p { color: rgb(116,233,60); }
H1.HeaderClassName
{
color: #74E93C;
}
.AnyTagClassName
{
color: #74E93C;
}
</style>
background-color css
<style>
a { background-color: #74E93C; }
a { background-color: rgb(116,233,60); }
div.DivClassName
{
background-color: #74E93C;
}
.BgClassName
{
background-color: #74E93C;
}
</style>
border-color css
<style>
span { border-color: #74E93C; }
span { border-color: rgb(116,233,60); }
td.TdClassName
{
border-color: #74E93C;
}
.TagClassName
{
border-color: #74E93C;
}
</style>