Shades of Mantis #71CB4B
Tints of Mantis #71CB4B
RGB
CMYK
RGB Variations
Color information
#71CB4B (or 0x71CB4B) is known color: Mantis. HEX triplet: 71, CB and 4B. RGB value is (113,203,75). Sum of RGB (Red+Green+Blue) = 113+203+75=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB4B is #8E34B4. Grayscale: #A1A1A1. Windows color (decimal): -9319605 or 4967281. OLE color: 4967281.
HSL color Cylindrical-coordinate representation of color #71CB4B: hue angle of 102.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71CB4B is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 75 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.20 |
| HSL | 102.19º | 0.55% | 0.55% | - |
| HSV(B) | 102.19º | 0.63% | 0.8% | - |
| XYZ | 29.44 | 46.73 | 14.13 | - |
| YUV | 161.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 75 | 0.44 | 0 | 0.63 | 0.20 | 102.19 | 0.55 | 0.55 |
| Hex | 71 | CB | 4B | 2C | 0 | 3F | 14 | 66 | 37 | 37 |
| Octal | 161 | 313 | 113 | 54 | 0 | 77 | 24 | 146 | 67 | 67 |
| Binary | 1110001 | 11001011 | 1001011 | 101100 | 0 | 111111 | 10100 | 1100110 | 110111 | 110111 |
Color Harmonies of #71CB4B
Complementary color
Monochromatic Colors of #71CB4B
Black with #71CB4B
Text Example
Text Example
White with #71CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB4B; }
p { color: rgb(113,203,75); }
H1.HeaderClassName
{
color: #71CB4B;
}
.AnyTagClassName
{
color: #71CB4B;
}
</style>
background-color css
<style>
a { background-color: #71CB4B; }
a { background-color: rgb(113,203,75); }
div.DivClassName
{
background-color: #71CB4B;
}
.BgClassName
{
background-color: #71CB4B;
}
</style>
border-color css
<style>
span { border-color: #71CB4B; }
span { border-color: rgb(113,203,75); }
td.TdClassName
{
border-color: #71CB4B;
}
.TagClassName
{
border-color: #71CB4B;
}
</style>