Shades of Mantis #75D440
Tints of Mantis #75D440
RGB
CMYK
RGB Variations
Color information
#75D440 (or 0x75D440) is known color: Mantis. HEX triplet: 75, D4 and 40. RGB value is (117,212,64). Sum of RGB (Red+Green+Blue) = 117+212+64=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #75D440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D440 is #8A2BBF. Grayscale: #A7A7A7. Windows color (decimal): -9055168 or 4248693. OLE color: 4248693.
HSL color Cylindrical-coordinate representation of color #75D440: hue angle of 98.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75D440 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 64 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.17 |
| HSL | 98.51º | 0.63% | 0.54% | - |
| HSV(B) | 98.51º | 0.7% | 0.83% | - |
| XYZ | 31.81 | 51.24 | 13.06 | - |
| YUV | 166.72 | 70.03 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 64 | 0.45 | 0 | 0.70 | 0.17 | 98.51 | 0.63 | 0.54 |
| Hex | 75 | D4 | 40 | 2D | 0 | 46 | 11 | 63 | 3F | 36 |
| Octal | 165 | 324 | 100 | 55 | 0 | 106 | 21 | 143 | 77 | 66 |
| Binary | 1110101 | 11010100 | 1000000 | 101101 | 0 | 1000110 | 10001 | 1100011 | 111111 | 110110 |
Color Harmonies of #75D440
Complementary color
Monochromatic Colors of #75D440
Black with #75D440
Text Example
Text Example
White with #75D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D440; }
p { color: rgb(117,212,64); }
H1.HeaderClassName
{
color: #75D440;
}
.AnyTagClassName
{
color: #75D440;
}
</style>
background-color css
<style>
a { background-color: #75D440; }
a { background-color: rgb(117,212,64); }
div.DivClassName
{
background-color: #75D440;
}
.BgClassName
{
background-color: #75D440;
}
</style>
border-color css
<style>
span { border-color: #75D440; }
span { border-color: rgb(117,212,64); }
td.TdClassName
{
border-color: #75D440;
}
.TagClassName
{
border-color: #75D440;
}
</style>