Shades of Mantis #75DB4F
Tints of Mantis #75DB4F
RGB
CMYK
RGB Variations
Color information
#75DB4F (or 0x75DB4F) is known color: Mantis. HEX triplet: 75, DB and 4F. RGB value is (117,219,79). Sum of RGB (Red+Green+Blue) = 117+219+79=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB4F is #8A24B0. Grayscale: #ACACAC. Windows color (decimal): -9053361 or 5233525. OLE color: 5233525.
HSL color Cylindrical-coordinate representation of color #75DB4F: hue angle of 103.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75DB4F is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 79 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.14 |
| HSL | 103.71º | 0.66% | 0.58% | - |
| HSV(B) | 103.71º | 0.64% | 0.86% | - |
| XYZ | 34.08 | 55.01 | 16.22 | - |
| YUV | 172.54 | 75.21 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 79 | 0.47 | 0 | 0.64 | 0.14 | 103.71 | 0.66 | 0.58 |
| Hex | 75 | DB | 4F | 2F | 0 | 40 | E | 68 | 42 | 3A |
| Octal | 165 | 333 | 117 | 57 | 0 | 100 | 16 | 150 | 102 | 72 |
| Binary | 1110101 | 11011011 | 1001111 | 101111 | 0 | 1000000 | 1110 | 1101000 | 1000010 | 111010 |
Color Harmonies of #75DB4F
Complementary color
Monochromatic Colors of #75DB4F
Black with #75DB4F
Text Example
Text Example
White with #75DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB4F; }
p { color: rgb(117,219,79); }
H1.HeaderClassName
{
color: #75DB4F;
}
.AnyTagClassName
{
color: #75DB4F;
}
</style>
background-color css
<style>
a { background-color: #75DB4F; }
a { background-color: rgb(117,219,79); }
div.DivClassName
{
background-color: #75DB4F;
}
.BgClassName
{
background-color: #75DB4F;
}
</style>
border-color css
<style>
span { border-color: #75DB4F; }
span { border-color: rgb(117,219,79); }
td.TdClassName
{
border-color: #75DB4F;
}
.TagClassName
{
border-color: #75DB4F;
}
</style>