Shades of Mantis #75CA4D
Tints of Mantis #75CA4D
RGB
CMYK
RGB Variations
Color information
#75CA4D (or 0x75CA4D) is known color: Mantis. HEX triplet: 75, CA and 4D. RGB value is (117,202,77). Sum of RGB (Red+Green+Blue) = 117+202+77=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA4D is #8A35B2. Grayscale: #A2A2A2. Windows color (decimal): -9057715 or 5098101. OLE color: 5098101.
HSL color Cylindrical-coordinate representation of color #75CA4D: hue angle of 100.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75CA4D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 77 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.21 |
| HSL | 100.8º | 0.54% | 0.55% | - |
| HSV(B) | 100.8º | 0.62% | 0.79% | - |
| XYZ | 29.8 | 46.56 | 14.44 | - |
| YUV | 162.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 77 | 0.42 | 0 | 0.62 | 0.21 | 100.8 | 0.54 | 0.55 |
| Hex | 75 | CA | 4D | 2A | 0 | 3E | 15 | 65 | 36 | 37 |
| Octal | 165 | 312 | 115 | 52 | 0 | 76 | 25 | 145 | 66 | 67 |
| Binary | 1110101 | 11001010 | 1001101 | 101010 | 0 | 111110 | 10101 | 1100101 | 110110 | 110111 |
Color Harmonies of #75CA4D
Complementary color
Monochromatic Colors of #75CA4D
Black with #75CA4D
Text Example
Text Example
White with #75CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA4D; }
p { color: rgb(117,202,77); }
H1.HeaderClassName
{
color: #75CA4D;
}
.AnyTagClassName
{
color: #75CA4D;
}
</style>
background-color css
<style>
a { background-color: #75CA4D; }
a { background-color: rgb(117,202,77); }
div.DivClassName
{
background-color: #75CA4D;
}
.BgClassName
{
background-color: #75CA4D;
}
</style>
border-color css
<style>
span { border-color: #75CA4D; }
span { border-color: rgb(117,202,77); }
td.TdClassName
{
border-color: #75CA4D;
}
.TagClassName
{
border-color: #75CA4D;
}
</style>