Shades of Mantis #75C55F
Tints of Mantis #75C55F
RGB
CMYK
RGB Variations
Color information
#75C55F (or 0x75C55F) is known color: Mantis. HEX triplet: 75, C5 and 5F. RGB value is (117,197,95). Sum of RGB (Red+Green+Blue) = 117+197+95=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #75C55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C55F is #8A3AA0. Grayscale: #A1A1A1. Windows color (decimal): -9058977 or 6276469. OLE color: 6276469.
HSL color Cylindrical-coordinate representation of color #75C55F: hue angle of 107.06º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75C55F is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 95 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.23 |
| HSL | 107.06º | 0.47% | 0.57% | - |
| HSV(B) | 107.06º | 0.52% | 0.77% | - |
| XYZ | 29.37 | 44.54 | 17.88 | - |
| YUV | 161.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 95 | 0.41 | 0 | 0.52 | 0.23 | 107.06 | 0.47 | 0.57 |
| Hex | 75 | C5 | 5F | 29 | 0 | 34 | 17 | 6B | 2F | 39 |
| Octal | 165 | 305 | 137 | 51 | 0 | 64 | 27 | 153 | 57 | 71 |
| Binary | 1110101 | 11000101 | 1011111 | 101001 | 0 | 110100 | 10111 | 1101011 | 101111 | 111001 |
Color Harmonies of #75C55F
Complementary color
Monochromatic Colors of #75C55F
Black with #75C55F
Text Example
Text Example
White with #75C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C55F; }
p { color: rgb(117,197,95); }
H1.HeaderClassName
{
color: #75C55F;
}
.AnyTagClassName
{
color: #75C55F;
}
</style>
background-color css
<style>
a { background-color: #75C55F; }
a { background-color: rgb(117,197,95); }
div.DivClassName
{
background-color: #75C55F;
}
.BgClassName
{
background-color: #75C55F;
}
</style>
border-color css
<style>
span { border-color: #75C55F; }
span { border-color: rgb(117,197,95); }
td.TdClassName
{
border-color: #75C55F;
}
.TagClassName
{
border-color: #75C55F;
}
</style>