Shades of Mantis #75DB37
Tints of Mantis #75DB37
RGB
CMYK
RGB Variations
Color information
#75DB37 (or 0x75DB37) is known color: Mantis. HEX triplet: 75, DB and 37. RGB value is (117,219,55). Sum of RGB (Red+Green+Blue) = 117+219+55=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DB37 is #8A24C8. Grayscale: #AAAAAA. Windows color (decimal): -9053385 or 3660661. OLE color: 3660661.
HSL color Cylindrical-coordinate representation of color #75DB37: hue angle of 97.32º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75DB37 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 55 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.14 |
| HSL | 97.32º | 0.69% | 0.54% | - |
| HSV(B) | 97.32º | 0.75% | 0.86% | - |
| XYZ | 33.36 | 54.72 | 12.42 | - |
| YUV | 169.81 | 63.21 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 55 | 0.47 | 0 | 0.75 | 0.14 | 97.32 | 0.69 | 0.54 |
| Hex | 75 | DB | 37 | 2F | 0 | 4B | E | 61 | 45 | 36 |
| Octal | 165 | 333 | 67 | 57 | 0 | 113 | 16 | 141 | 105 | 66 |
| Binary | 1110101 | 11011011 | 110111 | 101111 | 0 | 1001011 | 1110 | 1100001 | 1000101 | 110110 |
Color Harmonies of #75DB37
Complementary color
Monochromatic Colors of #75DB37
Black with #75DB37
Text Example
Text Example
White with #75DB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB37; }
p { color: rgb(117,219,55); }
H1.HeaderClassName
{
color: #75DB37;
}
.AnyTagClassName
{
color: #75DB37;
}
</style>
background-color css
<style>
a { background-color: #75DB37; }
a { background-color: rgb(117,219,55); }
div.DivClassName
{
background-color: #75DB37;
}
.BgClassName
{
background-color: #75DB37;
}
</style>
border-color css
<style>
span { border-color: #75DB37; }
span { border-color: rgb(117,219,55); }
td.TdClassName
{
border-color: #75DB37;
}
.TagClassName
{
border-color: #75DB37;
}
</style>