Shades of Mantis #75CA51
Tints of Mantis #75CA51
RGB
CMYK
RGB Variations
Color information
#75CA51 (or 0x75CA51) is known color: Mantis. HEX triplet: 75, CA and 51. RGB value is (117,202,81). Sum of RGB (Red+Green+Blue) = 117+202+81=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA51 is #8A35AE. Grayscale: #A3A3A3. Windows color (decimal): -9057711 or 5360245. OLE color: 5360245.
HSL color Cylindrical-coordinate representation of color #75CA51: hue angle of 102.15º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75CA51 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 81 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.21 |
| HSL | 102.15º | 0.53% | 0.55% | - |
| HSV(B) | 102.15º | 0.6% | 0.79% | - |
| XYZ | 29.94 | 46.62 | 15.2 | - |
| YUV | 162.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 81 | 0.42 | 0 | 0.60 | 0.21 | 102.15 | 0.53 | 0.55 |
| Hex | 75 | CA | 51 | 2A | 0 | 3C | 15 | 66 | 35 | 37 |
| Octal | 165 | 312 | 121 | 52 | 0 | 74 | 25 | 146 | 65 | 67 |
| Binary | 1110101 | 11001010 | 1010001 | 101010 | 0 | 111100 | 10101 | 1100110 | 110101 | 110111 |
Color Harmonies of #75CA51
Complementary color
Monochromatic Colors of #75CA51
Black with #75CA51
Text Example
Text Example
White with #75CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA51; }
p { color: rgb(117,202,81); }
H1.HeaderClassName
{
color: #75CA51;
}
.AnyTagClassName
{
color: #75CA51;
}
</style>
background-color css
<style>
a { background-color: #75CA51; }
a { background-color: rgb(117,202,81); }
div.DivClassName
{
background-color: #75CA51;
}
.BgClassName
{
background-color: #75CA51;
}
</style>
border-color css
<style>
span { border-color: #75CA51; }
span { border-color: rgb(117,202,81); }
td.TdClassName
{
border-color: #75CA51;
}
.TagClassName
{
border-color: #75CA51;
}
</style>