Shades of Mantis #75E350
Tints of Mantis #75E350
RGB
CMYK
RGB Variations
Color information
#75E350 (or 0x75E350) is known color: Mantis. HEX triplet: 75, E3 and 50. RGB value is (117,227,80). Sum of RGB (Red+Green+Blue) = 117+227+80=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #75E350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E350 is #8A1CAF. Grayscale: #B1B1B1. Windows color (decimal): -9051312 or 5301109. OLE color: 5301109.
HSL color Cylindrical-coordinate representation of color #75E350: hue angle of 104.9º 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 #75E350 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 80 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.11 |
| HSL | 104.9º | 0.72% | 0.6% | - |
| HSV(B) | 104.9º | 0.65% | 0.89% | - |
| XYZ | 36.25 | 59.3 | 17.12 | - |
| YUV | 177.35 | 73.06 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 80 | 0.48 | 0 | 0.65 | 0.11 | 104.9 | 0.72 | 0.6 |
| Hex | 75 | E3 | 50 | 30 | 0 | 41 | B | 69 | 48 | 3C |
| Octal | 165 | 343 | 120 | 60 | 0 | 101 | 13 | 151 | 110 | 74 |
| Binary | 1110101 | 11100011 | 1010000 | 110000 | 0 | 1000001 | 1011 | 1101001 | 1001000 | 111100 |
Color Harmonies of #75E350
Complementary color
Monochromatic Colors of #75E350
Black with #75E350
Text Example
Text Example
White with #75E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E350; }
p { color: rgb(117,227,80); }
H1.HeaderClassName
{
color: #75E350;
}
.AnyTagClassName
{
color: #75E350;
}
</style>
background-color css
<style>
a { background-color: #75E350; }
a { background-color: rgb(117,227,80); }
div.DivClassName
{
background-color: #75E350;
}
.BgClassName
{
background-color: #75E350;
}
</style>
border-color css
<style>
span { border-color: #75E350; }
span { border-color: rgb(117,227,80); }
td.TdClassName
{
border-color: #75E350;
}
.TagClassName
{
border-color: #75E350;
}
</style>