Shades of Mantis #75D250
Tints of Mantis #75D250
RGB
CMYK
RGB Variations
Color information
#75D250 (or 0x75D250) is known color: Mantis. HEX triplet: 75, D2 and 50. RGB value is (117,210,80). Sum of RGB (Red+Green+Blue) = 117+210+80=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #75D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D250 is #8A2DAF. Grayscale: #A7A7A7. Windows color (decimal): -9055664 or 5296757. OLE color: 5296757.
HSL color Cylindrical-coordinate representation of color #75D250: hue angle of 102.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D250 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 80 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.18 |
| HSL | 102.92º | 0.59% | 0.57% | - |
| HSV(B) | 102.92º | 0.62% | 0.82% | - |
| XYZ | 31.83 | 50.45 | 15.65 | - |
| YUV | 167.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 80 | 0.44 | 0 | 0.62 | 0.18 | 102.92 | 0.59 | 0.57 |
| Hex | 75 | D2 | 50 | 2C | 0 | 3E | 12 | 67 | 3B | 39 |
| Octal | 165 | 322 | 120 | 54 | 0 | 76 | 22 | 147 | 73 | 71 |
| Binary | 1110101 | 11010010 | 1010000 | 101100 | 0 | 111110 | 10010 | 1100111 | 111011 | 111001 |
Color Harmonies of #75D250
Complementary color
Monochromatic Colors of #75D250
Black with #75D250
Text Example
Text Example
White with #75D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D250; }
p { color: rgb(117,210,80); }
H1.HeaderClassName
{
color: #75D250;
}
.AnyTagClassName
{
color: #75D250;
}
</style>
background-color css
<style>
a { background-color: #75D250; }
a { background-color: rgb(117,210,80); }
div.DivClassName
{
background-color: #75D250;
}
.BgClassName
{
background-color: #75D250;
}
</style>
border-color css
<style>
span { border-color: #75D250; }
span { border-color: rgb(117,210,80); }
td.TdClassName
{
border-color: #75D250;
}
.TagClassName
{
border-color: #75D250;
}
</style>