Shades of Christi #71AB19
Tints of Christi #71AB19
RGB
CMYK
RGB Variations
Color information
#71AB19 (or 0x71AB19) is known color: Christi. HEX triplet: 71, AB and 19. RGB value is (113,171,25). Sum of RGB (Red+Green+Blue) = 113+171+25=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AB19 is #8E54E6. Grayscale: #898989. Windows color (decimal): -9327847 or 1682289. OLE color: 1682289.
HSL color Cylindrical-coordinate representation of color #71AB19: hue angle of 83.84º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71AB19 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 25 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.33 |
| HSL | 83.84º | 0.74% | 0.38% | - |
| HSV(B) | 83.84º | 0.85% | 0.67% | - |
| XYZ | 21.55 | 32.71 | 6.1 | - |
| YUV | 137.01 | 64.78 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 25 | 0.34 | 0 | 0.85 | 0.33 | 83.84 | 0.74 | 0.38 |
| Hex | 71 | AB | 19 | 22 | 0 | 55 | 21 | 54 | 4A | 26 |
| Octal | 161 | 253 | 31 | 42 | 0 | 125 | 41 | 124 | 112 | 46 |
| Binary | 1110001 | 10101011 | 11001 | 100010 | 0 | 1010101 | 100001 | 1010100 | 1001010 | 100110 |
Color Harmonies of #71AB19
Complementary color
Monochromatic Colors of #71AB19
Black with #71AB19
Text Example
Text Example
White with #71AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB19; }
p { color: rgb(113,171,25); }
H1.HeaderClassName
{
color: #71AB19;
}
.AnyTagClassName
{
color: #71AB19;
}
</style>
background-color css
<style>
a { background-color: #71AB19; }
a { background-color: rgb(113,171,25); }
div.DivClassName
{
background-color: #71AB19;
}
.BgClassName
{
background-color: #71AB19;
}
</style>
border-color css
<style>
span { border-color: #71AB19; }
span { border-color: rgb(113,171,25); }
td.TdClassName
{
border-color: #71AB19;
}
.TagClassName
{
border-color: #71AB19;
}
</style>