Shades of Christi #71BB05
Tints of Christi #71BB05
RGB
CMYK
RGB Variations
Color information
#71BB05 (or 0x71BB05) is known color: Christi. HEX triplet: 71, BB and 05. RGB value is (113,187,5). Sum of RGB (Red+Green+Blue) = 113+187+5=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 187 (73.44% from 255 or 61.31% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BB05 is #8E44FA. Grayscale: #909090. Windows color (decimal): -9323771 or 375665. OLE color: 375665.
HSL color Cylindrical-coordinate representation of color #71BB05: hue angle of 84.4º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71BB05 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 5 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.27 |
| HSL | 84.4º | 0.95% | 0.38% | - |
| HSV(B) | 84.4º | 0.97% | 0.73% | - |
| XYZ | 24.61 | 39.06 | 6.39 | - |
| YUV | 144.13 | 49.48 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 5 | 0.40 | 0 | 0.97 | 0.27 | 84.4 | 0.95 | 0.38 |
| Hex | 71 | BB | 5 | 28 | 0 | 61 | 1B | 54 | 5F | 26 |
| Octal | 161 | 273 | 5 | 50 | 0 | 141 | 33 | 124 | 137 | 46 |
| Binary | 1110001 | 10111011 | 101 | 101000 | 0 | 1100001 | 11011 | 1010100 | 1011111 | 100110 |
Color Harmonies of #71BB05
Complementary color
Monochromatic Colors of #71BB05
Black with #71BB05
Text Example
Text Example
White with #71BB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB05; }
p { color: rgb(113,187,5); }
H1.HeaderClassName
{
color: #71BB05;
}
.AnyTagClassName
{
color: #71BB05;
}
</style>
background-color css
<style>
a { background-color: #71BB05; }
a { background-color: rgb(113,187,5); }
div.DivClassName
{
background-color: #71BB05;
}
.BgClassName
{
background-color: #71BB05;
}
</style>
border-color css
<style>
span { border-color: #71BB05; }
span { border-color: rgb(113,187,5); }
td.TdClassName
{
border-color: #71BB05;
}
.TagClassName
{
border-color: #71BB05;
}
</style>