Shades of Mantis #75D651
Tints of Mantis #75D651
RGB
CMYK
RGB Variations
Color information
#75D651 (or 0x75D651) is known color: Mantis. HEX triplet: 75, D6 and 51. RGB value is (117,214,81). Sum of RGB (Red+Green+Blue) = 117+214+81=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #75D651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D651 is #8A29AE. Grayscale: #AAAAAA. Windows color (decimal): -9054639 or 5363317. OLE color: 5363317.
HSL color Cylindrical-coordinate representation of color #75D651: hue angle of 103.76º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D651 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 81 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.16 |
| HSL | 103.76º | 0.62% | 0.58% | - |
| HSV(B) | 103.76º | 0.62% | 0.84% | - |
| XYZ | 32.87 | 52.47 | 16.18 | - |
| YUV | 169.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 81 | 0.45 | 0 | 0.62 | 0.16 | 103.76 | 0.62 | 0.58 |
| Hex | 75 | D6 | 51 | 2D | 0 | 3E | 10 | 68 | 3E | 3A |
| Octal | 165 | 326 | 121 | 55 | 0 | 76 | 20 | 150 | 76 | 72 |
| Binary | 1110101 | 11010110 | 1010001 | 101101 | 0 | 111110 | 10000 | 1101000 | 111110 | 111010 |
Color Harmonies of #75D651
Complementary color
Monochromatic Colors of #75D651
Black with #75D651
Text Example
Text Example
White with #75D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D651; }
p { color: rgb(117,214,81); }
H1.HeaderClassName
{
color: #75D651;
}
.AnyTagClassName
{
color: #75D651;
}
</style>
background-color css
<style>
a { background-color: #75D651; }
a { background-color: rgb(117,214,81); }
div.DivClassName
{
background-color: #75D651;
}
.BgClassName
{
background-color: #75D651;
}
</style>
border-color css
<style>
span { border-color: #75D651; }
span { border-color: rgb(117,214,81); }
td.TdClassName
{
border-color: #75D651;
}
.TagClassName
{
border-color: #75D651;
}
</style>