Shades of Mantis #75C249
Tints of Mantis #75C249
RGB
CMYK
RGB Variations
Color information
#75C249 (or 0x75C249) is known color: Mantis. HEX triplet: 75, C2 and 49. RGB value is (117,194,73). Sum of RGB (Red+Green+Blue) = 117+194+73=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #75C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C249 is #8A3DB6. Grayscale: #9D9D9D. Windows color (decimal): -9059767 or 4833909. OLE color: 4833909.
HSL color Cylindrical-coordinate representation of color #75C249: hue angle of 98.18º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75C249 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 73 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.24 |
| HSL | 98.18º | 0.5% | 0.52% | - |
| HSV(B) | 98.18º | 0.62% | 0.76% | - |
| XYZ | 27.83 | 42.85 | 13.11 | - |
| YUV | 157.18 | 80.49 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 73 | 0.40 | 0 | 0.62 | 0.24 | 98.18 | 0.5 | 0.52 |
| Hex | 75 | C2 | 49 | 28 | 0 | 3E | 18 | 62 | 32 | 34 |
| Octal | 165 | 302 | 111 | 50 | 0 | 76 | 30 | 142 | 62 | 64 |
| Binary | 1110101 | 11000010 | 1001001 | 101000 | 0 | 111110 | 11000 | 1100010 | 110010 | 110100 |
Color Harmonies of #75C249
Complementary color
Monochromatic Colors of #75C249
Black with #75C249
Text Example
Text Example
White with #75C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C249; }
p { color: rgb(117,194,73); }
H1.HeaderClassName
{
color: #75C249;
}
.AnyTagClassName
{
color: #75C249;
}
</style>
background-color css
<style>
a { background-color: #75C249; }
a { background-color: rgb(117,194,73); }
div.DivClassName
{
background-color: #75C249;
}
.BgClassName
{
background-color: #75C249;
}
</style>
border-color css
<style>
span { border-color: #75C249; }
span { border-color: rgb(117,194,73); }
td.TdClassName
{
border-color: #75C249;
}
.TagClassName
{
border-color: #75C249;
}
</style>