Shades of Mantis #75D75F
Tints of Mantis #75D75F
RGB
CMYK
RGB Variations
Color information
#75D75F (or 0x75D75F) is known color: Mantis. HEX triplet: 75, D7 and 5F. RGB value is (117,215,95). Sum of RGB (Red+Green+Blue) = 117+215+95=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #75D75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D75F is #8A28A0. Grayscale: #ACACAC. Windows color (decimal): -9054369 or 6281077. OLE color: 6281077.
HSL color Cylindrical-coordinate representation of color #75D75F: hue angle of 109º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75D75F is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 95 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.16 |
| HSL | 109º | 0.6% | 0.61% | - |
| HSV(B) | 109º | 0.56% | 0.84% | - |
| XYZ | 33.7 | 53.21 | 19.32 | - |
| YUV | 172.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 95 | 0.46 | 0 | 0.56 | 0.16 | 109 | 0.6 | 0.61 |
| Hex | 75 | D7 | 5F | 2E | 0 | 38 | 10 | 6D | 3C | 3D |
| Octal | 165 | 327 | 137 | 56 | 0 | 70 | 20 | 155 | 74 | 75 |
| Binary | 1110101 | 11010111 | 1011111 | 101110 | 0 | 111000 | 10000 | 1101101 | 111100 | 111101 |
Color Harmonies of #75D75F
Complementary color
Monochromatic Colors of #75D75F
Black with #75D75F
Text Example
Text Example
White with #75D75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D75F; }
p { color: rgb(117,215,95); }
H1.HeaderClassName
{
color: #75D75F;
}
.AnyTagClassName
{
color: #75D75F;
}
</style>
background-color css
<style>
a { background-color: #75D75F; }
a { background-color: rgb(117,215,95); }
div.DivClassName
{
background-color: #75D75F;
}
.BgClassName
{
background-color: #75D75F;
}
</style>
border-color css
<style>
span { border-color: #75D75F; }
span { border-color: rgb(117,215,95); }
td.TdClassName
{
border-color: #75D75F;
}
.TagClassName
{
border-color: #75D75F;
}
</style>