Shades of Mantis #74E546
Tints of Mantis #74E546
RGB
CMYK
RGB Variations
Color information
#74E546 (or 0x74E546) is known color: Mantis. HEX triplet: 74, E5 and 46. RGB value is (116,229,70). Sum of RGB (Red+Green+Blue) = 116+229+70=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #74E546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E546 is #8B1AB9. Grayscale: #B1B1B1. Windows color (decimal): -9116346 or 4646260. OLE color: 4646260.
HSL color Cylindrical-coordinate representation of color #74E546: hue angle of 102.64º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74E546 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 70 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.10 |
| HSL | 102.64º | 0.75% | 0.59% | - |
| HSV(B) | 102.64º | 0.69% | 0.9% | - |
| XYZ | 36.33 | 60.19 | 15.5 | - |
| YUV | 177.09 | 67.56 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 70 | 0.49 | 0 | 0.69 | 0.10 | 102.64 | 0.75 | 0.59 |
| Hex | 74 | E5 | 46 | 31 | 0 | 45 | A | 67 | 4B | 3B |
| Octal | 164 | 345 | 106 | 61 | 0 | 105 | 12 | 147 | 113 | 73 |
| Binary | 1110100 | 11100101 | 1000110 | 110001 | 0 | 1000101 | 1010 | 1100111 | 1001011 | 111011 |
Color Harmonies of #74E546
Complementary color
Monochromatic Colors of #74E546
Black with #74E546
Text Example
Text Example
White with #74E546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E546; }
p { color: rgb(116,229,70); }
H1.HeaderClassName
{
color: #74E546;
}
.AnyTagClassName
{
color: #74E546;
}
</style>
background-color css
<style>
a { background-color: #74E546; }
a { background-color: rgb(116,229,70); }
div.DivClassName
{
background-color: #74E546;
}
.BgClassName
{
background-color: #74E546;
}
</style>
border-color css
<style>
span { border-color: #74E546; }
span { border-color: rgb(116,229,70); }
td.TdClassName
{
border-color: #74E546;
}
.TagClassName
{
border-color: #74E546;
}
</style>