Shades of Mantis #75E644
Tints of Mantis #75E644
RGB
CMYK
RGB Variations
Color information
#75E644 (or 0x75E644) is known color: Mantis. HEX triplet: 75, E6 and 44. RGB value is (117,230,68). Sum of RGB (Red+Green+Blue) = 117+230+68=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #75E644 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E644 is #8A19BB. Grayscale: #B2B2B2. Windows color (decimal): -9050556 or 4515445. OLE color: 4515445.
HSL color Cylindrical-coordinate representation of color #75E644: hue angle of 101.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75E644 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 230 | 68 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.10 |
| HSL | 101.85º | 0.76% | 0.58% | - |
| HSV(B) | 101.85º | 0.7% | 0.9% | - |
| XYZ | 36.68 | 60.79 | 15.27 | - |
| YUV | 177.75 | 66.06 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 230 | 68 | 0.49 | 0 | 0.70 | 0.10 | 101.85 | 0.76 | 0.58 |
| Hex | 75 | E6 | 44 | 31 | 0 | 46 | A | 66 | 4C | 3A |
| Octal | 165 | 346 | 104 | 61 | 0 | 106 | 12 | 146 | 114 | 72 |
| Binary | 1110101 | 11100110 | 1000100 | 110001 | 0 | 1000110 | 1010 | 1100110 | 1001100 | 111010 |
Color Harmonies of #75E644
Complementary color
Monochromatic Colors of #75E644
Black with #75E644
Text Example
Text Example
White with #75E644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E644; }
p { color: rgb(117,230,68); }
H1.HeaderClassName
{
color: #75E644;
}
.AnyTagClassName
{
color: #75E644;
}
</style>
background-color css
<style>
a { background-color: #75E644; }
a { background-color: rgb(117,230,68); }
div.DivClassName
{
background-color: #75E644;
}
.BgClassName
{
background-color: #75E644;
}
</style>
border-color css
<style>
span { border-color: #75E644; }
span { border-color: rgb(117,230,68); }
td.TdClassName
{
border-color: #75E644;
}
.TagClassName
{
border-color: #75E644;
}
</style>