Shades of Mantis #75DC53
Tints of Mantis #75DC53
RGB
CMYK
RGB Variations
Color information
#75DC53 (or 0x75DC53) is known color: Mantis. HEX triplet: 75, DC and 53. RGB value is (117,220,83). Sum of RGB (Red+Green+Blue) = 117+220+83=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC53 is #8A23AC. Grayscale: #AEAEAE. Windows color (decimal): -9053101 or 5495925. OLE color: 5495925.
HSL color Cylindrical-coordinate representation of color #75DC53: hue angle of 105.11º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75DC53 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 83 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.14 |
| HSL | 105.11º | 0.66% | 0.59% | - |
| HSV(B) | 105.11º | 0.62% | 0.86% | - |
| XYZ | 34.49 | 55.59 | 17.1 | - |
| YUV | 173.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 83 | 0.47 | 0 | 0.62 | 0.14 | 105.11 | 0.66 | 0.59 |
| Hex | 75 | DC | 53 | 2F | 0 | 3E | E | 69 | 42 | 3B |
| Octal | 165 | 334 | 123 | 57 | 0 | 76 | 16 | 151 | 102 | 73 |
| Binary | 1110101 | 11011100 | 1010011 | 101111 | 0 | 111110 | 1110 | 1101001 | 1000010 | 111011 |
Color Harmonies of #75DC53
Complementary color
Monochromatic Colors of #75DC53
Black with #75DC53
Text Example
Text Example
White with #75DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC53; }
p { color: rgb(117,220,83); }
H1.HeaderClassName
{
color: #75DC53;
}
.AnyTagClassName
{
color: #75DC53;
}
</style>
background-color css
<style>
a { background-color: #75DC53; }
a { background-color: rgb(117,220,83); }
div.DivClassName
{
background-color: #75DC53;
}
.BgClassName
{
background-color: #75DC53;
}
</style>
border-color css
<style>
span { border-color: #75DC53; }
span { border-color: rgb(117,220,83); }
td.TdClassName
{
border-color: #75DC53;
}
.TagClassName
{
border-color: #75DC53;
}
</style>