Shades of Christi #71BB16
Tints of Christi #71BB16
RGB
CMYK
RGB Variations
Color information
#71BB16 (or 0x71BB16) is known color: Christi. HEX triplet: 71, BB and 16. RGB value is (113,187,22). Sum of RGB (Red+Green+Blue) = 113+187+22=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BB16 is #8E44E9. Grayscale: #929292. Windows color (decimal): -9323754 or 1489777. OLE color: 1489777.
HSL color Cylindrical-coordinate representation of color #71BB16: hue angle of 86.91º degrees, saturation: 0.79, 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 #71BB16 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 22 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.27 |
| HSL | 86.91º | 0.79% | 0.41% | - |
| HSV(B) | 86.91º | 0.88% | 0.73% | - |
| XYZ | 24.73 | 39.11 | 7 | - |
| YUV | 146.06 | 57.98 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 22 | 0.40 | 0 | 0.88 | 0.27 | 86.91 | 0.79 | 0.41 |
| Hex | 71 | BB | 16 | 28 | 0 | 58 | 1B | 57 | 4F | 29 |
| Octal | 161 | 273 | 26 | 50 | 0 | 130 | 33 | 127 | 117 | 51 |
| Binary | 1110001 | 10111011 | 10110 | 101000 | 0 | 1011000 | 11011 | 1010111 | 1001111 | 101001 |
Color Harmonies of #71BB16
Complementary color
Monochromatic Colors of #71BB16
Black with #71BB16
Text Example
Text Example
White with #71BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB16; }
p { color: rgb(113,187,22); }
H1.HeaderClassName
{
color: #71BB16;
}
.AnyTagClassName
{
color: #71BB16;
}
</style>
background-color css
<style>
a { background-color: #71BB16; }
a { background-color: rgb(113,187,22); }
div.DivClassName
{
background-color: #71BB16;
}
.BgClassName
{
background-color: #71BB16;
}
</style>
border-color css
<style>
span { border-color: #71BB16; }
span { border-color: rgb(113,187,22); }
td.TdClassName
{
border-color: #71BB16;
}
.TagClassName
{
border-color: #71BB16;
}
</style>