Shades of Mantis #75CA5D
Tints of Mantis #75CA5D
RGB
CMYK
RGB Variations
Color information
#75CA5D (or 0x75CA5D) is known color: Mantis. HEX triplet: 75, CA and 5D. RGB value is (117,202,93). Sum of RGB (Red+Green+Blue) = 117+202+93=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA5D is #8A35A2. Grayscale: #A4A4A4. Windows color (decimal): -9057699 or 6146677. OLE color: 6146677.
HSL color Cylindrical-coordinate representation of color #75CA5D: hue angle of 106.79º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75CA5D is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 93 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.21 |
| HSL | 106.79º | 0.51% | 0.58% | - |
| HSV(B) | 106.79º | 0.54% | 0.79% | - |
| XYZ | 30.43 | 46.81 | 17.79 | - |
| YUV | 164.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 93 | 0.42 | 0 | 0.54 | 0.21 | 106.79 | 0.51 | 0.58 |
| Hex | 75 | CA | 5D | 2A | 0 | 36 | 15 | 6B | 33 | 3A |
| Octal | 165 | 312 | 135 | 52 | 0 | 66 | 25 | 153 | 63 | 72 |
| Binary | 1110101 | 11001010 | 1011101 | 101010 | 0 | 110110 | 10101 | 1101011 | 110011 | 111010 |
Color Harmonies of #75CA5D
Complementary color
Monochromatic Colors of #75CA5D
Black with #75CA5D
Text Example
Text Example
White with #75CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA5D; }
p { color: rgb(117,202,93); }
H1.HeaderClassName
{
color: #75CA5D;
}
.AnyTagClassName
{
color: #75CA5D;
}
</style>
background-color css
<style>
a { background-color: #75CA5D; }
a { background-color: rgb(117,202,93); }
div.DivClassName
{
background-color: #75CA5D;
}
.BgClassName
{
background-color: #75CA5D;
}
</style>
border-color css
<style>
span { border-color: #75CA5D; }
span { border-color: rgb(117,202,93); }
td.TdClassName
{
border-color: #75CA5D;
}
.TagClassName
{
border-color: #75CA5D;
}
</style>