Shades of Mantis #75D351
Tints of Mantis #75D351
RGB
CMYK
RGB Variations
Color information
#75D351 (or 0x75D351) is known color: Mantis. HEX triplet: 75, D3 and 51. RGB value is (117,211,81). Sum of RGB (Red+Green+Blue) = 117+211+81=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #75D351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D351 is #8A2CAE. Grayscale: #A8A8A8. Windows color (decimal): -9055407 or 5362549. OLE color: 5362549.
HSL color Cylindrical-coordinate representation of color #75D351: hue angle of 103.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D351 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 81 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.17 |
| HSL | 103.38º | 0.6% | 0.57% | - |
| HSV(B) | 103.38º | 0.62% | 0.83% | - |
| XYZ | 32.12 | 50.96 | 15.93 | - |
| YUV | 168.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 81 | 0.45 | 0 | 0.62 | 0.17 | 103.38 | 0.6 | 0.57 |
| Hex | 75 | D3 | 51 | 2D | 0 | 3E | 11 | 67 | 3C | 39 |
| Octal | 165 | 323 | 121 | 55 | 0 | 76 | 21 | 147 | 74 | 71 |
| Binary | 1110101 | 11010011 | 1010001 | 101101 | 0 | 111110 | 10001 | 1100111 | 111100 | 111001 |
Color Harmonies of #75D351
Complementary color
Monochromatic Colors of #75D351
Black with #75D351
Text Example
Text Example
White with #75D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D351; }
p { color: rgb(117,211,81); }
H1.HeaderClassName
{
color: #75D351;
}
.AnyTagClassName
{
color: #75D351;
}
</style>
background-color css
<style>
a { background-color: #75D351; }
a { background-color: rgb(117,211,81); }
div.DivClassName
{
background-color: #75D351;
}
.BgClassName
{
background-color: #75D351;
}
</style>
border-color css
<style>
span { border-color: #75D351; }
span { border-color: rgb(117,211,81); }
td.TdClassName
{
border-color: #75D351;
}
.TagClassName
{
border-color: #75D351;
}
</style>