Shades of Christi #71BA17
Tints of Christi #71BA17
RGB
CMYK
RGB Variations
Color information
#71BA17 (or 0x71BA17) is known color: Christi. HEX triplet: 71, BA and 17. RGB value is (113,186,23). Sum of RGB (Red+Green+Blue) = 113+186+23=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BA17 is #8E45E8. Grayscale: #929292. Windows color (decimal): -9324009 or 1555057. OLE color: 1555057.
HSL color Cylindrical-coordinate representation of color #71BA17: hue angle of 86.87º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71BA17 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 23 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.27 |
| HSL | 86.87º | 0.78% | 0.41% | - |
| HSV(B) | 86.87º | 0.88% | 0.73% | - |
| XYZ | 24.52 | 38.69 | 6.99 | - |
| YUV | 145.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 23 | 0.39 | 0 | 0.88 | 0.27 | 86.87 | 0.78 | 0.41 |
| Hex | 71 | BA | 17 | 27 | 0 | 58 | 1B | 57 | 4E | 29 |
| Octal | 161 | 272 | 27 | 47 | 0 | 130 | 33 | 127 | 116 | 51 |
| Binary | 1110001 | 10111010 | 10111 | 100111 | 0 | 1011000 | 11011 | 1010111 | 1001110 | 101001 |
Color Harmonies of #71BA17
Complementary color
Monochromatic Colors of #71BA17
Black with #71BA17
Text Example
Text Example
White with #71BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA17; }
p { color: rgb(113,186,23); }
H1.HeaderClassName
{
color: #71BA17;
}
.AnyTagClassName
{
color: #71BA17;
}
</style>
background-color css
<style>
a { background-color: #71BA17; }
a { background-color: rgb(113,186,23); }
div.DivClassName
{
background-color: #71BA17;
}
.BgClassName
{
background-color: #71BA17;
}
</style>
border-color css
<style>
span { border-color: #71BA17; }
span { border-color: rgb(113,186,23); }
td.TdClassName
{
border-color: #71BA17;
}
.TagClassName
{
border-color: #71BA17;
}
</style>