Shades of Mantis #75E346
Tints of Mantis #75E346
RGB
CMYK
RGB Variations
Color information
#75E346 (or 0x75E346) is known color: Mantis. HEX triplet: 75, E3 and 46. RGB value is (117,227,70). Sum of RGB (Red+Green+Blue) = 117+227+70=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #75E346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E346 is #8A1CB9. Grayscale: #B0B0B0. Windows color (decimal): -9051322 or 4645749. OLE color: 4645749.
HSL color Cylindrical-coordinate representation of color #75E346: hue angle of 102.04º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75E346 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 70 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.11 |
| HSL | 102.04º | 0.74% | 0.58% | - |
| HSV(B) | 102.04º | 0.69% | 0.89% | - |
| XYZ | 35.91 | 59.16 | 15.32 | - |
| YUV | 176.21 | 68.06 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 70 | 0.48 | 0 | 0.69 | 0.11 | 102.04 | 0.74 | 0.58 |
| Hex | 75 | E3 | 46 | 30 | 0 | 45 | B | 66 | 4A | 3A |
| Octal | 165 | 343 | 106 | 60 | 0 | 105 | 13 | 146 | 112 | 72 |
| Binary | 1110101 | 11100011 | 1000110 | 110000 | 0 | 1000101 | 1011 | 1100110 | 1001010 | 111010 |
Color Harmonies of #75E346
Complementary color
Monochromatic Colors of #75E346
Black with #75E346
Text Example
Text Example
White with #75E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E346; }
p { color: rgb(117,227,70); }
H1.HeaderClassName
{
color: #75E346;
}
.AnyTagClassName
{
color: #75E346;
}
</style>
background-color css
<style>
a { background-color: #75E346; }
a { background-color: rgb(117,227,70); }
div.DivClassName
{
background-color: #75E346;
}
.BgClassName
{
background-color: #75E346;
}
</style>
border-color css
<style>
span { border-color: #75E346; }
span { border-color: rgb(117,227,70); }
td.TdClassName
{
border-color: #75E346;
}
.TagClassName
{
border-color: #75E346;
}
</style>