Shades of Mantis #71D93F
Tints of Mantis #71D93F
RGB
CMYK
RGB Variations
Color information
#71D93F (or 0x71D93F) is known color: Mantis. HEX triplet: 71, D9 and 3F. RGB value is (113,217,63). Sum of RGB (Red+Green+Blue) = 113+217+63=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #71D93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D93F is #8E26C0. Grayscale: #A8A8A8. Windows color (decimal): -9316033 or 4184433. OLE color: 4184433.
HSL color Cylindrical-coordinate representation of color #71D93F: hue angle of 100.52º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71D93F is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 217 | 63 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.15 |
| HSL | 100.52º | 0.67% | 0.55% | - |
| HSV(B) | 100.52º | 0.71% | 0.85% | - |
| XYZ | 32.52 | 53.5 | 13.31 | - |
| YUV | 168.35 | 68.54 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 63 | 0.48 | 0 | 0.71 | 0.15 | 100.52 | 0.67 | 0.55 |
| Hex | 71 | D9 | 3F | 30 | 0 | 47 | F | 65 | 43 | 37 |
| Octal | 161 | 331 | 77 | 60 | 0 | 107 | 17 | 145 | 103 | 67 |
| Binary | 1110001 | 11011001 | 111111 | 110000 | 0 | 1000111 | 1111 | 1100101 | 1000011 | 110111 |
Color Harmonies of #71D93F
Complementary color
Monochromatic Colors of #71D93F
Black with #71D93F
Text Example
Text Example
White with #71D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D93F; }
p { color: rgb(113,217,63); }
H1.HeaderClassName
{
color: #71D93F;
}
.AnyTagClassName
{
color: #71D93F;
}
</style>
background-color css
<style>
a { background-color: #71D93F; }
a { background-color: rgb(113,217,63); }
div.DivClassName
{
background-color: #71D93F;
}
.BgClassName
{
background-color: #71D93F;
}
</style>
border-color css
<style>
span { border-color: #71D93F; }
span { border-color: rgb(113,217,63); }
td.TdClassName
{
border-color: #71D93F;
}
.TagClassName
{
border-color: #71D93F;
}
</style>