Shades of Mantis #75D048
Tints of Mantis #75D048
RGB
CMYK
RGB Variations
Color information
#75D048 (or 0x75D048) is known color: Mantis. HEX triplet: 75, D0 and 48. RGB value is (117,208,72). Sum of RGB (Red+Green+Blue) = 117+208+72=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #75D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D048 is #8A2FB7. Grayscale: #A5A5A5. Windows color (decimal): -9056184 or 4771957. OLE color: 4771957.
HSL color Cylindrical-coordinate representation of color #75D048: hue angle of 100.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75D048 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 208 | 72 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.18 |
| HSL | 100.15º | 0.59% | 0.55% | - |
| HSV(B) | 100.15º | 0.65% | 0.82% | - |
| XYZ | 31.06 | 49.36 | 14.02 | - |
| YUV | 165.29 | 75.35 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 72 | 0.44 | 0 | 0.65 | 0.18 | 100.15 | 0.59 | 0.55 |
| Hex | 75 | D0 | 48 | 2C | 0 | 41 | 12 | 64 | 3B | 37 |
| Octal | 165 | 320 | 110 | 54 | 0 | 101 | 22 | 144 | 73 | 67 |
| Binary | 1110101 | 11010000 | 1001000 | 101100 | 0 | 1000001 | 10010 | 1100100 | 111011 | 110111 |
Color Harmonies of #75D048
Complementary color
Monochromatic Colors of #75D048
Black with #75D048
Text Example
Text Example
White with #75D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D048; }
p { color: rgb(117,208,72); }
H1.HeaderClassName
{
color: #75D048;
}
.AnyTagClassName
{
color: #75D048;
}
</style>
background-color css
<style>
a { background-color: #75D048; }
a { background-color: rgb(117,208,72); }
div.DivClassName
{
background-color: #75D048;
}
.BgClassName
{
background-color: #75D048;
}
</style>
border-color css
<style>
span { border-color: #75D048; }
span { border-color: rgb(117,208,72); }
td.TdClassName
{
border-color: #75D048;
}
.TagClassName
{
border-color: #75D048;
}
</style>