Shades of Mantis #75E450
Tints of Mantis #75E450
RGB
CMYK
RGB Variations
Color information
#75E450 (or 0x75E450) is known color: Mantis. HEX triplet: 75, E4 and 50. RGB value is (117,228,80). Sum of RGB (Red+Green+Blue) = 117+228+80=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 228 (89.45% from 255 or 53.65% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 228 - color contains mainly: green. Hex color #75E450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E450 is #8A1BAF. Grayscale: #B2B2B2. Windows color (decimal): -9051056 or 5301365. OLE color: 5301365.
HSL color Cylindrical-coordinate representation of color #75E450: hue angle of 105º degrees, saturation: 0.73, 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 #75E450 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 80 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.11 |
| HSL | 105º | 0.73% | 0.6% | - |
| HSV(B) | 105º | 0.65% | 0.89% | - |
| XYZ | 36.53 | 59.85 | 17.22 | - |
| YUV | 177.94 | 72.73 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 80 | 0.49 | 0 | 0.65 | 0.11 | 105 | 0.73 | 0.6 |
| Hex | 75 | E4 | 50 | 31 | 0 | 41 | B | 69 | 49 | 3C |
| Octal | 165 | 344 | 120 | 61 | 0 | 101 | 13 | 151 | 111 | 74 |
| Binary | 1110101 | 11100100 | 1010000 | 110001 | 0 | 1000001 | 1011 | 1101001 | 1001001 | 111100 |
Color Harmonies of #75E450
Complementary color
Monochromatic Colors of #75E450
Black with #75E450
Text Example
Text Example
White with #75E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E450; }
p { color: rgb(117,228,80); }
H1.HeaderClassName
{
color: #75E450;
}
.AnyTagClassName
{
color: #75E450;
}
</style>
background-color css
<style>
a { background-color: #75E450; }
a { background-color: rgb(117,228,80); }
div.DivClassName
{
background-color: #75E450;
}
.BgClassName
{
background-color: #75E450;
}
</style>
border-color css
<style>
span { border-color: #75E450; }
span { border-color: rgb(117,228,80); }
td.TdClassName
{
border-color: #75E450;
}
.TagClassName
{
border-color: #75E450;
}
</style>