Shades of Christi #71B914
Tints of Christi #71B914
RGB
CMYK
RGB Variations
Color information
#71B914 (or 0x71B914) is known color: Christi. HEX triplet: 71, B9 and 14. RGB value is (113,185,20). Sum of RGB (Red+Green+Blue) = 113+185+20=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #71B914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B914 is #8E46EB. Grayscale: #919191. Windows color (decimal): -9324268 or 1358193. OLE color: 1358193.
HSL color Cylindrical-coordinate representation of color #71B914: hue angle of 86.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71B914 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 20 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.27 |
| HSL | 86.18º | 0.8% | 0.4% | - |
| HSV(B) | 86.18º | 0.89% | 0.73% | - |
| XYZ | 24.29 | 38.26 | 6.77 | - |
| YUV | 144.66 | 57.65 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 20 | 0.39 | 0 | 0.89 | 0.27 | 86.18 | 0.8 | 0.4 |
| Hex | 71 | B9 | 14 | 27 | 0 | 59 | 1B | 56 | 50 | 28 |
| Octal | 161 | 271 | 24 | 47 | 0 | 131 | 33 | 126 | 120 | 50 |
| Binary | 1110001 | 10111001 | 10100 | 100111 | 0 | 1011001 | 11011 | 1010110 | 1010000 | 101000 |
Color Harmonies of #71B914
Complementary color
Monochromatic Colors of #71B914
Black with #71B914
Text Example
Text Example
White with #71B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B914; }
p { color: rgb(113,185,20); }
H1.HeaderClassName
{
color: #71B914;
}
.AnyTagClassName
{
color: #71B914;
}
</style>
background-color css
<style>
a { background-color: #71B914; }
a { background-color: rgb(113,185,20); }
div.DivClassName
{
background-color: #71B914;
}
.BgClassName
{
background-color: #71B914;
}
</style>
border-color css
<style>
span { border-color: #71B914; }
span { border-color: rgb(113,185,20); }
td.TdClassName
{
border-color: #71B914;
}
.TagClassName
{
border-color: #71B914;
}
</style>