Shades of Mantis #75CE55
Tints of Mantis #75CE55
RGB
CMYK
RGB Variations
Color information
#75CE55 (or 0x75CE55) is known color: Mantis. HEX triplet: 75, CE and 55. RGB value is (117,206,85). Sum of RGB (Red+Green+Blue) = 117+206+85=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE55 is #8A31AA. Grayscale: #A5A5A5. Windows color (decimal): -9056683 or 5623413. OLE color: 5623413.
HSL color Cylindrical-coordinate representation of color #75CE55: hue angle of 104.13º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75CE55 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 85 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.19 |
| HSL | 104.13º | 0.55% | 0.57% | - |
| HSV(B) | 104.13º | 0.59% | 0.81% | - |
| XYZ | 31.05 | 48.58 | 16.33 | - |
| YUV | 165.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 85 | 0.43 | 0 | 0.59 | 0.19 | 104.13 | 0.55 | 0.57 |
| Hex | 75 | CE | 55 | 2B | 0 | 3B | 13 | 68 | 37 | 39 |
| Octal | 165 | 316 | 125 | 53 | 0 | 73 | 23 | 150 | 67 | 71 |
| Binary | 1110101 | 11001110 | 1010101 | 101011 | 0 | 111011 | 10011 | 1101000 | 110111 | 111001 |
Color Harmonies of #75CE55
Complementary color
Monochromatic Colors of #75CE55
Black with #75CE55
Text Example
Text Example
White with #75CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE55; }
p { color: rgb(117,206,85); }
H1.HeaderClassName
{
color: #75CE55;
}
.AnyTagClassName
{
color: #75CE55;
}
</style>
background-color css
<style>
a { background-color: #75CE55; }
a { background-color: rgb(117,206,85); }
div.DivClassName
{
background-color: #75CE55;
}
.BgClassName
{
background-color: #75CE55;
}
</style>
border-color css
<style>
span { border-color: #75CE55; }
span { border-color: rgb(117,206,85); }
td.TdClassName
{
border-color: #75CE55;
}
.TagClassName
{
border-color: #75CE55;
}
</style>