Shades of Mantis #75CA55
Tints of Mantis #75CA55
RGB
CMYK
RGB Variations
Color information
#75CA55 (or 0x75CA55) is known color: Mantis. HEX triplet: 75, CA and 55. RGB value is (117,202,85). Sum of RGB (Red+Green+Blue) = 117+202+85=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA55 is #8A35AA. Grayscale: #A3A3A3. Windows color (decimal): -9057707 or 5622389. OLE color: 5622389.
HSL color Cylindrical-coordinate representation of color #75CA55: hue angle of 103.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75CA55 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 85 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.21 |
| HSL | 103.59º | 0.52% | 0.56% | - |
| HSV(B) | 103.59º | 0.58% | 0.79% | - |
| XYZ | 30.1 | 46.68 | 16.02 | - |
| YUV | 163.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 85 | 0.42 | 0 | 0.58 | 0.21 | 103.59 | 0.52 | 0.56 |
| Hex | 75 | CA | 55 | 2A | 0 | 3A | 15 | 68 | 34 | 38 |
| Octal | 165 | 312 | 125 | 52 | 0 | 72 | 25 | 150 | 64 | 70 |
| Binary | 1110101 | 11001010 | 1010101 | 101010 | 0 | 111010 | 10101 | 1101000 | 110100 | 111000 |
Color Harmonies of #75CA55
Complementary color
Monochromatic Colors of #75CA55
Black with #75CA55
Text Example
Text Example
White with #75CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA55; }
p { color: rgb(117,202,85); }
H1.HeaderClassName
{
color: #75CA55;
}
.AnyTagClassName
{
color: #75CA55;
}
</style>
background-color css
<style>
a { background-color: #75CA55; }
a { background-color: rgb(117,202,85); }
div.DivClassName
{
background-color: #75CA55;
}
.BgClassName
{
background-color: #75CA55;
}
</style>
border-color css
<style>
span { border-color: #75CA55; }
span { border-color: rgb(117,202,85); }
td.TdClassName
{
border-color: #75CA55;
}
.TagClassName
{
border-color: #75CA55;
}
</style>