Shades of Mantis #75DC44
Tints of Mantis #75DC44
RGB
CMYK
RGB Variations
Color information
#75DC44 (or 0x75DC44) is known color: Mantis. HEX triplet: 75, DC and 44. RGB value is (117,220,68). Sum of RGB (Red+Green+Blue) = 117+220+68=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC44 is #8A23BB. Grayscale: #ACACAC. Windows color (decimal): -9053116 or 4512885. OLE color: 4512885.
HSL color Cylindrical-coordinate representation of color #75DC44: hue angle of 100.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75DC44 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 68 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.14 |
| HSL | 100.66º | 0.68% | 0.56% | - |
| HSV(B) | 100.66º | 0.69% | 0.86% | - |
| XYZ | 33.97 | 55.39 | 14.37 | - |
| YUV | 171.88 | 69.38 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 68 | 0.47 | 0 | 0.69 | 0.14 | 100.66 | 0.68 | 0.56 |
| Hex | 75 | DC | 44 | 2F | 0 | 45 | E | 65 | 44 | 38 |
| Octal | 165 | 334 | 104 | 57 | 0 | 105 | 16 | 145 | 104 | 70 |
| Binary | 1110101 | 11011100 | 1000100 | 101111 | 0 | 1000101 | 1110 | 1100101 | 1000100 | 111000 |
Color Harmonies of #75DC44
Complementary color
Monochromatic Colors of #75DC44
Black with #75DC44
Text Example
Text Example
White with #75DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC44; }
p { color: rgb(117,220,68); }
H1.HeaderClassName
{
color: #75DC44;
}
.AnyTagClassName
{
color: #75DC44;
}
</style>
background-color css
<style>
a { background-color: #75DC44; }
a { background-color: rgb(117,220,68); }
div.DivClassName
{
background-color: #75DC44;
}
.BgClassName
{
background-color: #75DC44;
}
</style>
border-color css
<style>
span { border-color: #75DC44; }
span { border-color: rgb(117,220,68); }
td.TdClassName
{
border-color: #75DC44;
}
.TagClassName
{
border-color: #75DC44;
}
</style>