Shades of Mantis #75D755
Tints of Mantis #75D755
RGB
CMYK
RGB Variations
Color information
#75D755 (or 0x75D755) is known color: Mantis. HEX triplet: 75, D7 and 55. RGB value is (117,215,85). Sum of RGB (Red+Green+Blue) = 117+215+85=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #75D755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D755 is #8A28AA. Grayscale: #ABABAB. Windows color (decimal): -9054379 or 5625717. OLE color: 5625717.
HSL color Cylindrical-coordinate representation of color #75D755: hue angle of 105.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75D755 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 85 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.16 |
| HSL | 105.23º | 0.62% | 0.59% | - |
| HSV(B) | 105.23º | 0.6% | 0.84% | - |
| XYZ | 33.28 | 53.04 | 17.08 | - |
| YUV | 170.88 | 79.53 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 85 | 0.46 | 0 | 0.60 | 0.16 | 105.23 | 0.62 | 0.59 |
| Hex | 75 | D7 | 55 | 2E | 0 | 3C | 10 | 69 | 3E | 3B |
| Octal | 165 | 327 | 125 | 56 | 0 | 74 | 20 | 151 | 76 | 73 |
| Binary | 1110101 | 11010111 | 1010101 | 101110 | 0 | 111100 | 10000 | 1101001 | 111110 | 111011 |
Color Harmonies of #75D755
Complementary color
Monochromatic Colors of #75D755
Black with #75D755
Text Example
Text Example
White with #75D755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D755; }
p { color: rgb(117,215,85); }
H1.HeaderClassName
{
color: #75D755;
}
.AnyTagClassName
{
color: #75D755;
}
</style>
background-color css
<style>
a { background-color: #75D755; }
a { background-color: rgb(117,215,85); }
div.DivClassName
{
background-color: #75D755;
}
.BgClassName
{
background-color: #75D755;
}
</style>
border-color css
<style>
span { border-color: #75D755; }
span { border-color: rgb(117,215,85); }
td.TdClassName
{
border-color: #75D755;
}
.TagClassName
{
border-color: #75D755;
}
</style>