Shades of Mantis #74E350
Tints of Mantis #74E350
RGB
CMYK
RGB Variations
Color information
#74E350 (or 0x74E350) is known color: Mantis. HEX triplet: 74, E3 and 50. RGB value is (116,227,80). Sum of RGB (Red+Green+Blue) = 116+227+80=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #74E350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E350 is #8B1CAF. Grayscale: #B1B1B1. Windows color (decimal): -9116848 or 5301108. OLE color: 5301108.
HSL color Cylindrical-coordinate representation of color #74E350: hue angle of 105.31º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74E350 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 80 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.11 |
| HSL | 105.31º | 0.72% | 0.6% | - |
| HSV(B) | 105.31º | 0.65% | 0.89% | - |
| XYZ | 36.12 | 59.23 | 17.12 | - |
| YUV | 177.05 | 73.23 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 80 | 0.49 | 0 | 0.65 | 0.11 | 105.31 | 0.72 | 0.6 |
| Hex | 74 | E3 | 50 | 31 | 0 | 41 | B | 69 | 48 | 3C |
| Octal | 164 | 343 | 120 | 61 | 0 | 101 | 13 | 151 | 110 | 74 |
| Binary | 1110100 | 11100011 | 1010000 | 110001 | 0 | 1000001 | 1011 | 1101001 | 1001000 | 111100 |
Color Harmonies of #74E350
Complementary color
Monochromatic Colors of #74E350
Black with #74E350
Text Example
Text Example
White with #74E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E350; }
p { color: rgb(116,227,80); }
H1.HeaderClassName
{
color: #74E350;
}
.AnyTagClassName
{
color: #74E350;
}
</style>
background-color css
<style>
a { background-color: #74E350; }
a { background-color: rgb(116,227,80); }
div.DivClassName
{
background-color: #74E350;
}
.BgClassName
{
background-color: #74E350;
}
</style>
border-color css
<style>
span { border-color: #74E350; }
span { border-color: rgb(116,227,80); }
td.TdClassName
{
border-color: #74E350;
}
.TagClassName
{
border-color: #74E350;
}
</style>