Shades of Mantis #75C04F
Tints of Mantis #75C04F
RGB
CMYK
RGB Variations
Color information
#75C04F (or 0x75C04F) is known color: Mantis. HEX triplet: 75, C0 and 4F. RGB value is (117,192,79). Sum of RGB (Red+Green+Blue) = 117+192+79=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #75C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C04F is #8A3FB0. Grayscale: #9D9D9D. Windows color (decimal): -9060273 or 5226613. OLE color: 5226613.
HSL color Cylindrical-coordinate representation of color #75C04F: hue angle of 99.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75C04F is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 79 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.25 |
| HSL | 99.82º | 0.47% | 0.53% | - |
| HSV(B) | 99.82º | 0.59% | 0.75% | - |
| XYZ | 27.6 | 42.05 | 14.06 | - |
| YUV | 156.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 79 | 0.39 | 0 | 0.59 | 0.25 | 99.82 | 0.47 | 0.53 |
| Hex | 75 | C0 | 4F | 27 | 0 | 3B | 19 | 64 | 2F | 35 |
| Octal | 165 | 300 | 117 | 47 | 0 | 73 | 31 | 144 | 57 | 65 |
| Binary | 1110101 | 11000000 | 1001111 | 100111 | 0 | 111011 | 11001 | 1100100 | 101111 | 110101 |
Color Harmonies of #75C04F
Complementary color
Monochromatic Colors of #75C04F
Black with #75C04F
Text Example
Text Example
White with #75C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C04F; }
p { color: rgb(117,192,79); }
H1.HeaderClassName
{
color: #75C04F;
}
.AnyTagClassName
{
color: #75C04F;
}
</style>
background-color css
<style>
a { background-color: #75C04F; }
a { background-color: rgb(117,192,79); }
div.DivClassName
{
background-color: #75C04F;
}
.BgClassName
{
background-color: #75C04F;
}
</style>
border-color css
<style>
span { border-color: #75C04F; }
span { border-color: rgb(117,192,79); }
td.TdClassName
{
border-color: #75C04F;
}
.TagClassName
{
border-color: #75C04F;
}
</style>