Shades of Mantis #75D045
Tints of Mantis #75D045
RGB
CMYK
RGB Variations
Color information
#75D045 (or 0x75D045) is known color: Mantis. HEX triplet: 75, D0 and 45. RGB value is (117,208,69). Sum of RGB (Red+Green+Blue) = 117+208+69=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #75D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D045 is #8A2FBA. Grayscale: #A5A5A5. Windows color (decimal): -9056187 or 4575349. OLE color: 4575349.
HSL color Cylindrical-coordinate representation of color #75D045: hue angle of 99.28º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75D045 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 208 | 69 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.18 |
| HSL | 99.28º | 0.6% | 0.54% | - |
| HSV(B) | 99.28º | 0.67% | 0.82% | - |
| XYZ | 30.97 | 49.32 | 13.52 | - |
| YUV | 164.95 | 73.85 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 69 | 0.44 | 0 | 0.67 | 0.18 | 99.28 | 0.6 | 0.54 |
| Hex | 75 | D0 | 45 | 2C | 0 | 43 | 12 | 63 | 3C | 36 |
| Octal | 165 | 320 | 105 | 54 | 0 | 103 | 22 | 143 | 74 | 66 |
| Binary | 1110101 | 11010000 | 1000101 | 101100 | 0 | 1000011 | 10010 | 1100011 | 111100 | 110110 |
Color Harmonies of #75D045
Complementary color
Monochromatic Colors of #75D045
Black with #75D045
Text Example
Text Example
White with #75D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D045; }
p { color: rgb(117,208,69); }
H1.HeaderClassName
{
color: #75D045;
}
.AnyTagClassName
{
color: #75D045;
}
</style>
background-color css
<style>
a { background-color: #75D045; }
a { background-color: rgb(117,208,69); }
div.DivClassName
{
background-color: #75D045;
}
.BgClassName
{
background-color: #75D045;
}
</style>
border-color css
<style>
span { border-color: #75D045; }
span { border-color: rgb(117,208,69); }
td.TdClassName
{
border-color: #75D045;
}
.TagClassName
{
border-color: #75D045;
}
</style>