Shades of Mantis #75C252
Tints of Mantis #75C252
RGB
CMYK
RGB Variations
Color information
#75C252 (or 0x75C252) is known color: Mantis. HEX triplet: 75, C2 and 52. RGB value is (117,194,82). Sum of RGB (Red+Green+Blue) = 117+194+82=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #75C252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C252 is #8A3DAD. Grayscale: #9E9E9E. Windows color (decimal): -9059758 or 5423733. OLE color: 5423733.
HSL color Cylindrical-coordinate representation of color #75C252: hue angle of 101.25º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75C252 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 82 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.24 |
| HSL | 101.25º | 0.48% | 0.54% | - |
| HSV(B) | 101.25º | 0.58% | 0.76% | - |
| XYZ | 28.15 | 42.97 | 14.79 | - |
| YUV | 158.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 82 | 0.40 | 0 | 0.58 | 0.24 | 101.25 | 0.48 | 0.54 |
| Hex | 75 | C2 | 52 | 28 | 0 | 3A | 18 | 65 | 30 | 36 |
| Octal | 165 | 302 | 122 | 50 | 0 | 72 | 30 | 145 | 60 | 66 |
| Binary | 1110101 | 11000010 | 1010010 | 101000 | 0 | 111010 | 11000 | 1100101 | 110000 | 110110 |
Color Harmonies of #75C252
Complementary color
Monochromatic Colors of #75C252
Black with #75C252
Text Example
Text Example
White with #75C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C252; }
p { color: rgb(117,194,82); }
H1.HeaderClassName
{
color: #75C252;
}
.AnyTagClassName
{
color: #75C252;
}
</style>
background-color css
<style>
a { background-color: #75C252; }
a { background-color: rgb(117,194,82); }
div.DivClassName
{
background-color: #75C252;
}
.BgClassName
{
background-color: #75C252;
}
</style>
border-color css
<style>
span { border-color: #75C252; }
span { border-color: rgb(117,194,82); }
td.TdClassName
{
border-color: #75C252;
}
.TagClassName
{
border-color: #75C252;
}
</style>