Shades of Mantis #75D744
Tints of Mantis #75D744
RGB
CMYK
RGB Variations
Color information
#75D744 (or 0x75D744) is known color: Mantis. HEX triplet: 75, D7 and 44. RGB value is (117,215,68). Sum of RGB (Red+Green+Blue) = 117+215+68=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #75D744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D744 is #8A28BB. Grayscale: #A9A9A9. Windows color (decimal): -9054396 or 4511605. OLE color: 4511605.
HSL color Cylindrical-coordinate representation of color #75D744: hue angle of 100º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75D744 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 68 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.16 |
| HSL | 100º | 0.65% | 0.55% | - |
| HSV(B) | 100º | 0.68% | 0.84% | - |
| XYZ | 32.68 | 52.8 | 13.94 | - |
| YUV | 168.94 | 71.03 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 68 | 0.46 | 0 | 0.68 | 0.16 | 100 | 0.65 | 0.55 |
| Hex | 75 | D7 | 44 | 2E | 0 | 44 | 10 | 64 | 41 | 37 |
| Octal | 165 | 327 | 104 | 56 | 0 | 104 | 20 | 144 | 101 | 67 |
| Binary | 1110101 | 11010111 | 1000100 | 101110 | 0 | 1000100 | 10000 | 1100100 | 1000001 | 110111 |
Color Harmonies of #75D744
Complementary color
Monochromatic Colors of #75D744
Black with #75D744
Text Example
Text Example
White with #75D744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D744; }
p { color: rgb(117,215,68); }
H1.HeaderClassName
{
color: #75D744;
}
.AnyTagClassName
{
color: #75D744;
}
</style>
background-color css
<style>
a { background-color: #75D744; }
a { background-color: rgb(117,215,68); }
div.DivClassName
{
background-color: #75D744;
}
.BgClassName
{
background-color: #75D744;
}
</style>
border-color css
<style>
span { border-color: #75D744; }
span { border-color: rgb(117,215,68); }
td.TdClassName
{
border-color: #75D744;
}
.TagClassName
{
border-color: #75D744;
}
</style>