Shades of Mantis #75CA58
Tints of Mantis #75CA58
RGB
CMYK
RGB Variations
Color information
#75CA58 (or 0x75CA58) is known color: Mantis. HEX triplet: 75, CA and 58. RGB value is (117,202,88). Sum of RGB (Red+Green+Blue) = 117+202+88=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA58 is #8A35A7. Grayscale: #A3A3A3. Windows color (decimal): -9057704 or 5818997. OLE color: 5818997.
HSL color Cylindrical-coordinate representation of color #75CA58: hue angle of 104.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75CA58 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 88 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.21 |
| HSL | 104.74º | 0.52% | 0.57% | - |
| HSV(B) | 104.74º | 0.56% | 0.79% | - |
| XYZ | 30.22 | 46.73 | 16.66 | - |
| YUV | 163.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 88 | 0.42 | 0 | 0.56 | 0.21 | 104.74 | 0.52 | 0.57 |
| Hex | 75 | CA | 58 | 2A | 0 | 38 | 15 | 69 | 34 | 39 |
| Octal | 165 | 312 | 130 | 52 | 0 | 70 | 25 | 151 | 64 | 71 |
| Binary | 1110101 | 11001010 | 1011000 | 101010 | 0 | 111000 | 10101 | 1101001 | 110100 | 111001 |
Color Harmonies of #75CA58
Complementary color
Monochromatic Colors of #75CA58
Black with #75CA58
Text Example
Text Example
White with #75CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA58; }
p { color: rgb(117,202,88); }
H1.HeaderClassName
{
color: #75CA58;
}
.AnyTagClassName
{
color: #75CA58;
}
</style>
background-color css
<style>
a { background-color: #75CA58; }
a { background-color: rgb(117,202,88); }
div.DivClassName
{
background-color: #75CA58;
}
.BgClassName
{
background-color: #75CA58;
}
</style>
border-color css
<style>
span { border-color: #75CA58; }
span { border-color: rgb(117,202,88); }
td.TdClassName
{
border-color: #75CA58;
}
.TagClassName
{
border-color: #75CA58;
}
</style>