Shades of Christi #71B311
Tints of Christi #71B311
RGB
CMYK
RGB Variations
Color information
#71B311 (or 0x71B311) is known color: Christi. HEX triplet: 71, B3 and 11. RGB value is (113,179,17). Sum of RGB (Red+Green+Blue) = 113+179+17=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #71B311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B311 is #8E4CEE. Grayscale: #8D8D8D. Windows color (decimal): -9325807 or 1160049. OLE color: 1160049.
HSL color Cylindrical-coordinate representation of color #71B311: hue angle of 84.44º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71B311 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 17 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.30 |
| HSL | 84.44º | 0.83% | 0.38% | - |
| HSV(B) | 84.44º | 0.91% | 0.7% | - |
| XYZ | 23.03 | 35.79 | 6.22 | - |
| YUV | 140.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 17 | 0.37 | 0 | 0.91 | 0.30 | 84.44 | 0.83 | 0.38 |
| Hex | 71 | B3 | 11 | 25 | 0 | 5B | 1E | 54 | 53 | 26 |
| Octal | 161 | 263 | 21 | 45 | 0 | 133 | 36 | 124 | 123 | 46 |
| Binary | 1110001 | 10110011 | 10001 | 100101 | 0 | 1011011 | 11110 | 1010100 | 1010011 | 100110 |
Color Harmonies of #71B311
Complementary color
Monochromatic Colors of #71B311
Black with #71B311
Text Example
Text Example
White with #71B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B311; }
p { color: rgb(113,179,17); }
H1.HeaderClassName
{
color: #71B311;
}
.AnyTagClassName
{
color: #71B311;
}
</style>
background-color css
<style>
a { background-color: #71B311; }
a { background-color: rgb(113,179,17); }
div.DivClassName
{
background-color: #71B311;
}
.BgClassName
{
background-color: #71B311;
}
</style>
border-color css
<style>
span { border-color: #71B311; }
span { border-color: rgb(113,179,17); }
td.TdClassName
{
border-color: #71B311;
}
.TagClassName
{
border-color: #71B311;
}
</style>