Shades of Mantis #75D447
Tints of Mantis #75D447
RGB
CMYK
RGB Variations
Color information
#75D447 (or 0x75D447) is known color: Mantis. HEX triplet: 75, D4 and 47. RGB value is (117,212,71). Sum of RGB (Red+Green+Blue) = 117+212+71=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #75D447 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D447 is #8A2BB8. Grayscale: #A7A7A7. Windows color (decimal): -9055161 or 4707445. OLE color: 4707445.
HSL color Cylindrical-coordinate representation of color #75D447: hue angle of 100.43º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75D447 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 71 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.17 |
| HSL | 100.43º | 0.62% | 0.55% | - |
| HSV(B) | 100.43º | 0.67% | 0.83% | - |
| XYZ | 32.02 | 51.32 | 14.18 | - |
| YUV | 167.52 | 73.53 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 71 | 0.45 | 0 | 0.67 | 0.17 | 100.43 | 0.62 | 0.55 |
| Hex | 75 | D4 | 47 | 2D | 0 | 43 | 11 | 64 | 3E | 37 |
| Octal | 165 | 324 | 107 | 55 | 0 | 103 | 21 | 144 | 76 | 67 |
| Binary | 1110101 | 11010100 | 1000111 | 101101 | 0 | 1000011 | 10001 | 1100100 | 111110 | 110111 |
Color Harmonies of #75D447
Complementary color
Monochromatic Colors of #75D447
Black with #75D447
Text Example
Text Example
White with #75D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D447; }
p { color: rgb(117,212,71); }
H1.HeaderClassName
{
color: #75D447;
}
.AnyTagClassName
{
color: #75D447;
}
</style>
background-color css
<style>
a { background-color: #75D447; }
a { background-color: rgb(117,212,71); }
div.DivClassName
{
background-color: #75D447;
}
.BgClassName
{
background-color: #75D447;
}
</style>
border-color css
<style>
span { border-color: #75D447; }
span { border-color: rgb(117,212,71); }
td.TdClassName
{
border-color: #75D447;
}
.TagClassName
{
border-color: #75D447;
}
</style>