Shades of Christi #71D311
Tints of Christi #71D311
RGB
CMYK
RGB Variations
Color information
#71D311 (or 0x71D311) is known color: Christi. HEX triplet: 71, D3 and 11. RGB value is (113,211,17). Sum of RGB (Red+Green+Blue) = 113+211+17=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 211 (82.81% from 255 or 61.88% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 211 - color contains mainly: green. Hex color #71D311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D311 is #8E2CEE. Grayscale: #A0A0A0. Windows color (decimal): -9317615 or 1168241. OLE color: 1168241.
HSL color Cylindrical-coordinate representation of color #71D311: hue angle of 90.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71D311 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 17 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.17 |
| HSL | 90.31º | 0.85% | 0.45% | - |
| HSV(B) | 90.31º | 0.92% | 0.83% | - |
| XYZ | 30.21 | 50.14 | 8.62 | - |
| YUV | 159.58 | 47.53 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 17 | 0.46 | 0 | 0.92 | 0.17 | 90.31 | 0.85 | 0.45 |
| Hex | 71 | D3 | 11 | 2E | 0 | 5C | 11 | 5A | 55 | 2D |
| Octal | 161 | 323 | 21 | 56 | 0 | 134 | 21 | 132 | 125 | 55 |
| Binary | 1110001 | 11010011 | 10001 | 101110 | 0 | 1011100 | 10001 | 1011010 | 1010101 | 101101 |
Color Harmonies of #71D311
Complementary color
Monochromatic Colors of #71D311
Black with #71D311
Text Example
Text Example
White with #71D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D311; }
p { color: rgb(113,211,17); }
H1.HeaderClassName
{
color: #71D311;
}
.AnyTagClassName
{
color: #71D311;
}
</style>
background-color css
<style>
a { background-color: #71D311; }
a { background-color: rgb(113,211,17); }
div.DivClassName
{
background-color: #71D311;
}
.BgClassName
{
background-color: #71D311;
}
</style>
border-color css
<style>
span { border-color: #71D311; }
span { border-color: rgb(113,211,17); }
td.TdClassName
{
border-color: #71D311;
}
.TagClassName
{
border-color: #71D311;
}
</style>