Shades of Christi #71BA19
Tints of Christi #71BA19
RGB
CMYK
RGB Variations
Color information
#71BA19 (or 0x71BA19) is known color: Christi. HEX triplet: 71, BA and 19. RGB value is (113,186,25). Sum of RGB (Red+Green+Blue) = 113+186+25=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BA19 is #8E45E6. Grayscale: #929292. Windows color (decimal): -9324007 or 1686129. OLE color: 1686129.
HSL color Cylindrical-coordinate representation of color #71BA19: hue angle of 87.2º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71BA19 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 25 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.27 |
| HSL | 87.2º | 0.76% | 0.41% | - |
| HSV(B) | 87.2º | 0.87% | 0.73% | - |
| XYZ | 24.54 | 38.7 | 7.1 | - |
| YUV | 145.82 | 59.82 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 25 | 0.39 | 0 | 0.87 | 0.27 | 87.2 | 0.76 | 0.41 |
| Hex | 71 | BA | 19 | 27 | 0 | 57 | 1B | 57 | 4C | 29 |
| Octal | 161 | 272 | 31 | 47 | 0 | 127 | 33 | 127 | 114 | 51 |
| Binary | 1110001 | 10111010 | 11001 | 100111 | 0 | 1010111 | 11011 | 1010111 | 1001100 | 101001 |
Color Harmonies of #71BA19
Complementary color
Monochromatic Colors of #71BA19
Black with #71BA19
Text Example
Text Example
White with #71BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA19; }
p { color: rgb(113,186,25); }
H1.HeaderClassName
{
color: #71BA19;
}
.AnyTagClassName
{
color: #71BA19;
}
</style>
background-color css
<style>
a { background-color: #71BA19; }
a { background-color: rgb(113,186,25); }
div.DivClassName
{
background-color: #71BA19;
}
.BgClassName
{
background-color: #71BA19;
}
</style>
border-color css
<style>
span { border-color: #71BA19; }
span { border-color: rgb(113,186,25); }
td.TdClassName
{
border-color: #71BA19;
}
.TagClassName
{
border-color: #71BA19;
}
</style>