Shades of Christi #71B210
Tints of Christi #71B210
RGB
CMYK
RGB Variations
Color information
#71B210 (or 0x71B210) is known color: Christi. HEX triplet: 71, B2 and 10. RGB value is (113,178,16). Sum of RGB (Red+Green+Blue) = 113+178+16=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #71B210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71B210 is #8E4DEF. Grayscale: #8C8C8C. Windows color (decimal): -9326064 or 1094257. OLE color: 1094257.
HSL color Cylindrical-coordinate representation of color #71B210: hue angle of 84.07º degrees, saturation: 0.84, 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 #71B210 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 178 | 16 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.30 |
| HSL | 84.07º | 0.84% | 0.38% | - |
| HSV(B) | 84.07º | 0.91% | 0.7% | - |
| XYZ | 22.82 | 35.39 | 6.12 | - |
| YUV | 140.1 | 57.97 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 178 | 16 | 0.37 | 0 | 0.91 | 0.30 | 84.07 | 0.84 | 0.38 |
| Hex | 71 | B2 | 10 | 25 | 0 | 5B | 1E | 54 | 54 | 26 |
| Octal | 161 | 262 | 20 | 45 | 0 | 133 | 36 | 124 | 124 | 46 |
| Binary | 1110001 | 10110010 | 10000 | 100101 | 0 | 1011011 | 11110 | 1010100 | 1010100 | 100110 |
Color Harmonies of #71B210
Complementary color
Monochromatic Colors of #71B210
Black with #71B210
Text Example
Text Example
White with #71B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B210; }
p { color: rgb(113,178,16); }
H1.HeaderClassName
{
color: #71B210;
}
.AnyTagClassName
{
color: #71B210;
}
</style>
background-color css
<style>
a { background-color: #71B210; }
a { background-color: rgb(113,178,16); }
div.DivClassName
{
background-color: #71B210;
}
.BgClassName
{
background-color: #71B210;
}
</style>
border-color css
<style>
span { border-color: #71B210; }
span { border-color: rgb(113,178,16); }
td.TdClassName
{
border-color: #71B210;
}
.TagClassName
{
border-color: #71B210;
}
</style>