Shades of Mantis #71DC53
Tints of Mantis #71DC53
RGB
CMYK
RGB Variations
Color information
#71DC53 (or 0x71DC53) is known color: Mantis. HEX triplet: 71, DC and 53. RGB value is (113,220,83). Sum of RGB (Red+Green+Blue) = 113+220+83=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC53 is #8E23AC. Grayscale: #ACACAC. Windows color (decimal): -9315245 or 5495921. OLE color: 5495921.
HSL color Cylindrical-coordinate representation of color #71DC53: hue angle of 106.86º 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 #71DC53 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 83 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.14 |
| HSL | 106.86º | 0.66% | 0.59% | - |
| HSV(B) | 106.86º | 0.62% | 0.86% | - |
| XYZ | 33.96 | 55.32 | 17.07 | - |
| YUV | 172.39 | 77.55 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 83 | 0.49 | 0 | 0.62 | 0.14 | 106.86 | 0.66 | 0.59 |
| Hex | 71 | DC | 53 | 31 | 0 | 3E | E | 6B | 42 | 3B |
| Octal | 161 | 334 | 123 | 61 | 0 | 76 | 16 | 153 | 102 | 73 |
| Binary | 1110001 | 11011100 | 1010011 | 110001 | 0 | 111110 | 1110 | 1101011 | 1000010 | 111011 |
Color Harmonies of #71DC53
Complementary color
Monochromatic Colors of #71DC53
Black with #71DC53
Text Example
Text Example
White with #71DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC53; }
p { color: rgb(113,220,83); }
H1.HeaderClassName
{
color: #71DC53;
}
.AnyTagClassName
{
color: #71DC53;
}
</style>
background-color css
<style>
a { background-color: #71DC53; }
a { background-color: rgb(113,220,83); }
div.DivClassName
{
background-color: #71DC53;
}
.BgClassName
{
background-color: #71DC53;
}
</style>
border-color css
<style>
span { border-color: #71DC53; }
span { border-color: rgb(113,220,83); }
td.TdClassName
{
border-color: #71DC53;
}
.TagClassName
{
border-color: #71DC53;
}
</style>