Shades of Mantis #75DF45
Tints of Mantis #75DF45
RGB
CMYK
RGB Variations
Color information
#75DF45 (or 0x75DF45) is known color: Mantis. HEX triplet: 75, DF and 45. RGB value is (117,223,69). Sum of RGB (Red+Green+Blue) = 117+223+69=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF45 is #8A20BA. Grayscale: #AEAEAE. Windows color (decimal): -9052347 or 4579189. OLE color: 4579189.
HSL color Cylindrical-coordinate representation of color #75DF45: hue angle of 101.3º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75DF45 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 69 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.13 |
| HSL | 101.3º | 0.71% | 0.57% | - |
| HSV(B) | 101.3º | 0.69% | 0.87% | - |
| XYZ | 34.8 | 56.99 | 14.8 | - |
| YUV | 173.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 69 | 0.48 | 0 | 0.69 | 0.13 | 101.3 | 0.71 | 0.57 |
| Hex | 75 | DF | 45 | 30 | 0 | 45 | D | 65 | 47 | 39 |
| Octal | 165 | 337 | 105 | 60 | 0 | 105 | 15 | 145 | 107 | 71 |
| Binary | 1110101 | 11011111 | 1000101 | 110000 | 0 | 1000101 | 1101 | 1100101 | 1000111 | 111001 |
Color Harmonies of #75DF45
Complementary color
Monochromatic Colors of #75DF45
Black with #75DF45
Text Example
Text Example
White with #75DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF45; }
p { color: rgb(117,223,69); }
H1.HeaderClassName
{
color: #75DF45;
}
.AnyTagClassName
{
color: #75DF45;
}
</style>
background-color css
<style>
a { background-color: #75DF45; }
a { background-color: rgb(117,223,69); }
div.DivClassName
{
background-color: #75DF45;
}
.BgClassName
{
background-color: #75DF45;
}
</style>
border-color css
<style>
span { border-color: #75DF45; }
span { border-color: rgb(117,223,69); }
td.TdClassName
{
border-color: #75DF45;
}
.TagClassName
{
border-color: #75DF45;
}
</style>