Shades of Christi #71BD14
Tints of Christi #71BD14
RGB
CMYK
RGB Variations
Color information
#71BD14 (or 0x71BD14) is known color: Christi. HEX triplet: 71, BD and 14. RGB value is (113,189,20). Sum of RGB (Red+Green+Blue) = 113+189+20=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BD14 is #8E42EB. Grayscale: #939393. Windows color (decimal): -9323244 or 1359217. OLE color: 1359217.
HSL color Cylindrical-coordinate representation of color #71BD14: hue angle of 86.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71BD14 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 20 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.26 |
| HSL | 86.98º | 0.81% | 0.41% | - |
| HSV(B) | 86.98º | 0.89% | 0.74% | - |
| XYZ | 25.13 | 39.96 | 7.05 | - |
| YUV | 147.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 20 | 0.40 | 0 | 0.89 | 0.26 | 86.98 | 0.81 | 0.41 |
| Hex | 71 | BD | 14 | 28 | 0 | 59 | 1A | 57 | 51 | 29 |
| Octal | 161 | 275 | 24 | 50 | 0 | 131 | 32 | 127 | 121 | 51 |
| Binary | 1110001 | 10111101 | 10100 | 101000 | 0 | 1011001 | 11010 | 1010111 | 1010001 | 101001 |
Color Harmonies of #71BD14
Complementary color
Monochromatic Colors of #71BD14
Black with #71BD14
Text Example
Text Example
White with #71BD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD14; }
p { color: rgb(113,189,20); }
H1.HeaderClassName
{
color: #71BD14;
}
.AnyTagClassName
{
color: #71BD14;
}
</style>
background-color css
<style>
a { background-color: #71BD14; }
a { background-color: rgb(113,189,20); }
div.DivClassName
{
background-color: #71BD14;
}
.BgClassName
{
background-color: #71BD14;
}
</style>
border-color css
<style>
span { border-color: #71BD14; }
span { border-color: rgb(113,189,20); }
td.TdClassName
{
border-color: #71BD14;
}
.TagClassName
{
border-color: #71BD14;
}
</style>