Shades of Mantis #75D13F
Tints of Mantis #75D13F
RGB
CMYK
RGB Variations
Color information
#75D13F (or 0x75D13F) is known color: Mantis. HEX triplet: 75, D1 and 3F. RGB value is (117,209,63). Sum of RGB (Red+Green+Blue) = 117+209+63=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #75D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D13F is #8A2EC0. Grayscale: #A5A5A5. Windows color (decimal): -9055937 or 4182389. OLE color: 4182389.
HSL color Cylindrical-coordinate representation of color #75D13F: hue angle of 97.81º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75D13F is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 63 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.18 |
| HSL | 97.81º | 0.61% | 0.53% | - |
| HSV(B) | 97.81º | 0.7% | 0.82% | - |
| XYZ | 31.03 | 49.74 | 12.67 | - |
| YUV | 164.85 | 70.52 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 63 | 0.44 | 0 | 0.70 | 0.18 | 97.81 | 0.61 | 0.53 |
| Hex | 75 | D1 | 3F | 2C | 0 | 46 | 12 | 62 | 3D | 35 |
| Octal | 165 | 321 | 77 | 54 | 0 | 106 | 22 | 142 | 75 | 65 |
| Binary | 1110101 | 11010001 | 111111 | 101100 | 0 | 1000110 | 10010 | 1100010 | 111101 | 110101 |
Color Harmonies of #75D13F
Complementary color
Monochromatic Colors of #75D13F
Black with #75D13F
Text Example
Text Example
White with #75D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D13F; }
p { color: rgb(117,209,63); }
H1.HeaderClassName
{
color: #75D13F;
}
.AnyTagClassName
{
color: #75D13F;
}
</style>
background-color css
<style>
a { background-color: #75D13F; }
a { background-color: rgb(117,209,63); }
div.DivClassName
{
background-color: #75D13F;
}
.BgClassName
{
background-color: #75D13F;
}
</style>
border-color css
<style>
span { border-color: #75D13F; }
span { border-color: rgb(117,209,63); }
td.TdClassName
{
border-color: #75D13F;
}
.TagClassName
{
border-color: #75D13F;
}
</style>