Shades of Christi #71BA00
Tints of Christi #71BA00
RGB
CMYK
RGB Variations
Color information
#71BA00 (or 0x71BA00) is known color: Christi. HEX triplet: 71, BA and 00. RGB value is (113,186,0). Sum of RGB (Red+Green+Blue) = 113+186+0=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BA00 is #8E45FF. Grayscale: #8F8F8F. Windows color (decimal): -9324032 or 47729. OLE color: 47729.
HSL color Cylindrical-coordinate representation of color #71BA00: hue angle of 83.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71BA00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.27 |
| HSL | 83.55º | 1% | 0.36% | - |
| HSV(B) | 83.55º | 1% | 0.73% | - |
| XYZ | 24.37 | 38.63 | 6.17 | - |
| YUV | 142.97 | 47.32 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 0 | 0.39 | 0 | 1 | 0.27 | 83.55 | 1 | 0.36 |
| Hex | 71 | BA | 0 | 27 | 0 | 64 | 1B | 54 | 64 | 24 |
| Octal | 161 | 272 | 0 | 47 | 0 | 144 | 33 | 124 | 144 | 44 |
| Binary | 1110001 | 10111010 | 0 | 100111 | 0 | 1100100 | 11011 | 1010100 | 1100100 | 100100 |
Color Harmonies of #71BA00
Complementary color
Monochromatic Colors of #71BA00
Black with #71BA00
Text Example
Text Example
White with #71BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA00; }
p { color: rgb(113,186,0); }
H1.HeaderClassName
{
color: #71BA00;
}
.AnyTagClassName
{
color: #71BA00;
}
</style>
background-color css
<style>
a { background-color: #71BA00; }
a { background-color: rgb(113,186,0); }
div.DivClassName
{
background-color: #71BA00;
}
.BgClassName
{
background-color: #71BA00;
}
</style>
border-color css
<style>
span { border-color: #71BA00; }
span { border-color: rgb(113,186,0); }
td.TdClassName
{
border-color: #71BA00;
}
.TagClassName
{
border-color: #71BA00;
}
</style>