Shades of Mantis #75E344
Tints of Mantis #75E344
RGB
CMYK
RGB Variations
Color information
#75E344 (or 0x75E344) is known color: Mantis. HEX triplet: 75, E3 and 44. RGB value is (117,227,68). Sum of RGB (Red+Green+Blue) = 117+227+68=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #75E344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E344 is #8A1CBB. Grayscale: #B0B0B0. Windows color (decimal): -9051324 or 4514677. OLE color: 4514677.
HSL color Cylindrical-coordinate representation of color #75E344: hue angle of 101.51º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75E344 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 68 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.11 |
| HSL | 101.51º | 0.74% | 0.58% | - |
| HSV(B) | 101.51º | 0.7% | 0.89% | - |
| XYZ | 35.85 | 59.14 | 14.99 | - |
| YUV | 175.98 | 67.06 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 68 | 0.48 | 0 | 0.70 | 0.11 | 101.51 | 0.74 | 0.58 |
| Hex | 75 | E3 | 44 | 30 | 0 | 46 | B | 66 | 4A | 3A |
| Octal | 165 | 343 | 104 | 60 | 0 | 106 | 13 | 146 | 112 | 72 |
| Binary | 1110101 | 11100011 | 1000100 | 110000 | 0 | 1000110 | 1011 | 1100110 | 1001010 | 111010 |
Color Harmonies of #75E344
Complementary color
Monochromatic Colors of #75E344
Black with #75E344
Text Example
Text Example
White with #75E344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E344; }
p { color: rgb(117,227,68); }
H1.HeaderClassName
{
color: #75E344;
}
.AnyTagClassName
{
color: #75E344;
}
</style>
background-color css
<style>
a { background-color: #75E344; }
a { background-color: rgb(117,227,68); }
div.DivClassName
{
background-color: #75E344;
}
.BgClassName
{
background-color: #75E344;
}
</style>
border-color css
<style>
span { border-color: #75E344; }
span { border-color: rgb(117,227,68); }
td.TdClassName
{
border-color: #75E344;
}
.TagClassName
{
border-color: #75E344;
}
</style>