Shades of Mantis #75E043
Tints of Mantis #75E043
RGB
CMYK
RGB Variations
Color information
#75E043 (or 0x75E043) is known color: Mantis. HEX triplet: 75, E0 and 43. RGB value is (117,224,67). Sum of RGB (Red+Green+Blue) = 117+224+67=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #75E043 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E043 is #8A1FBC. Grayscale: #AEAEAE. Windows color (decimal): -9052093 or 4448373. OLE color: 4448373.
HSL color Cylindrical-coordinate representation of color #75E043: hue angle of 100.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75E043 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 67 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.12 |
| HSL | 100.89º | 0.72% | 0.57% | - |
| HSV(B) | 100.89º | 0.7% | 0.88% | - |
| XYZ | 35 | 57.5 | 14.56 | - |
| YUV | 174.11 | 67.55 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 67 | 0.48 | 0 | 0.70 | 0.12 | 100.89 | 0.72 | 0.57 |
| Hex | 75 | E0 | 43 | 30 | 0 | 46 | C | 65 | 48 | 39 |
| Octal | 165 | 340 | 103 | 60 | 0 | 106 | 14 | 145 | 110 | 71 |
| Binary | 1110101 | 11100000 | 1000011 | 110000 | 0 | 1000110 | 1100 | 1100101 | 1001000 | 111001 |
Color Harmonies of #75E043
Complementary color
Monochromatic Colors of #75E043
Black with #75E043
Text Example
Text Example
White with #75E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E043; }
p { color: rgb(117,224,67); }
H1.HeaderClassName
{
color: #75E043;
}
.AnyTagClassName
{
color: #75E043;
}
</style>
background-color css
<style>
a { background-color: #75E043; }
a { background-color: rgb(117,224,67); }
div.DivClassName
{
background-color: #75E043;
}
.BgClassName
{
background-color: #75E043;
}
</style>
border-color css
<style>
span { border-color: #75E043; }
span { border-color: rgb(117,224,67); }
td.TdClassName
{
border-color: #75E043;
}
.TagClassName
{
border-color: #75E043;
}
</style>