Shades of Mantis #75CA4E
Tints of Mantis #75CA4E
RGB
CMYK
RGB Variations
Color information
#75CA4E (or 0x75CA4E) is known color: Mantis. HEX triplet: 75, CA and 4E. RGB value is (117,202,78). Sum of RGB (Red+Green+Blue) = 117+202+78=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA4E is #8A35B1. Grayscale: #A2A2A2. Windows color (decimal): -9057714 or 5163637. OLE color: 5163637.
HSL color Cylindrical-coordinate representation of color #75CA4E: hue angle of 101.13º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75CA4E is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 78 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.21 |
| HSL | 101.13º | 0.54% | 0.55% | - |
| HSV(B) | 101.13º | 0.61% | 0.79% | - |
| XYZ | 29.83 | 46.57 | 14.62 | - |
| YUV | 162.45 | 80.34 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 78 | 0.42 | 0 | 0.61 | 0.21 | 101.13 | 0.54 | 0.55 |
| Hex | 75 | CA | 4E | 2A | 0 | 3D | 15 | 65 | 36 | 37 |
| Octal | 165 | 312 | 116 | 52 | 0 | 75 | 25 | 145 | 66 | 67 |
| Binary | 1110101 | 11001010 | 1001110 | 101010 | 0 | 111101 | 10101 | 1100101 | 110110 | 110111 |
Color Harmonies of #75CA4E
Complementary color
Monochromatic Colors of #75CA4E
Black with #75CA4E
Text Example
Text Example
White with #75CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA4E; }
p { color: rgb(117,202,78); }
H1.HeaderClassName
{
color: #75CA4E;
}
.AnyTagClassName
{
color: #75CA4E;
}
</style>
background-color css
<style>
a { background-color: #75CA4E; }
a { background-color: rgb(117,202,78); }
div.DivClassName
{
background-color: #75CA4E;
}
.BgClassName
{
background-color: #75CA4E;
}
</style>
border-color css
<style>
span { border-color: #75CA4E; }
span { border-color: rgb(117,202,78); }
td.TdClassName
{
border-color: #75CA4E;
}
.TagClassName
{
border-color: #75CA4E;
}
</style>