Shades of Christi #71B213
Tints of Christi #71B213
RGB
CMYK
RGB Variations
Color information
#71B213 (or 0x71B213) is known color: Christi. HEX triplet: 71, B2 and 13. RGB value is (113,178,19). Sum of RGB (Red+Green+Blue) = 113+178+19=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #71B213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71B213 is #8E4DEC. Grayscale: #8D8D8D. Windows color (decimal): -9326061 or 1290865. OLE color: 1290865.
HSL color Cylindrical-coordinate representation of color #71B213: hue angle of 84.53º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71B213 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 178 | 19 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.30 |
| HSL | 84.53º | 0.81% | 0.39% | - |
| HSV(B) | 84.53º | 0.89% | 0.7% | - |
| XYZ | 22.85 | 35.4 | 6.24 | - |
| YUV | 140.44 | 59.47 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 178 | 19 | 0.37 | 0 | 0.89 | 0.30 | 84.53 | 0.81 | 0.39 |
| Hex | 71 | B2 | 13 | 25 | 0 | 59 | 1E | 55 | 51 | 27 |
| Octal | 161 | 262 | 23 | 45 | 0 | 131 | 36 | 125 | 121 | 47 |
| Binary | 1110001 | 10110010 | 10011 | 100101 | 0 | 1011001 | 11110 | 1010101 | 1010001 | 100111 |
Color Harmonies of #71B213
Complementary color
Monochromatic Colors of #71B213
Black with #71B213
Text Example
Text Example
White with #71B213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B213; }
p { color: rgb(113,178,19); }
H1.HeaderClassName
{
color: #71B213;
}
.AnyTagClassName
{
color: #71B213;
}
</style>
background-color css
<style>
a { background-color: #71B213; }
a { background-color: rgb(113,178,19); }
div.DivClassName
{
background-color: #71B213;
}
.BgClassName
{
background-color: #71B213;
}
</style>
border-color css
<style>
span { border-color: #71B213; }
span { border-color: rgb(113,178,19); }
td.TdClassName
{
border-color: #71B213;
}
.TagClassName
{
border-color: #71B213;
}
</style>