Shades of Christi #71BC0E
Tints of Christi #71BC0E
RGB
CMYK
RGB Variations
Color information
#71BC0E (or 0x71BC0E) is known color: Christi. HEX triplet: 71, BC and 0E. RGB value is (113,188,14). Sum of RGB (Red+Green+Blue) = 113+188+14=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC0E is #8E43F1. Grayscale: #929292. Windows color (decimal): -9323506 or 965745. OLE color: 965745.
HSL color Cylindrical-coordinate representation of color #71BC0E: hue angle of 85.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71BC0E is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 14 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.26 |
| HSL | 85.86º | 0.86% | 0.4% | - |
| HSV(B) | 85.86º | 0.93% | 0.74% | - |
| XYZ | 24.87 | 39.51 | 6.73 | - |
| YUV | 145.74 | 53.65 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 14 | 0.40 | 0 | 0.93 | 0.26 | 85.86 | 0.86 | 0.4 |
| Hex | 71 | BC | E | 28 | 0 | 5D | 1A | 56 | 56 | 28 |
| Octal | 161 | 274 | 16 | 50 | 0 | 135 | 32 | 126 | 126 | 50 |
| Binary | 1110001 | 10111100 | 1110 | 101000 | 0 | 1011101 | 11010 | 1010110 | 1010110 | 101000 |
Color Harmonies of #71BC0E
Complementary color
Monochromatic Colors of #71BC0E
Black with #71BC0E
Text Example
Text Example
White with #71BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC0E; }
p { color: rgb(113,188,14); }
H1.HeaderClassName
{
color: #71BC0E;
}
.AnyTagClassName
{
color: #71BC0E;
}
</style>
background-color css
<style>
a { background-color: #71BC0E; }
a { background-color: rgb(113,188,14); }
div.DivClassName
{
background-color: #71BC0E;
}
.BgClassName
{
background-color: #71BC0E;
}
</style>
border-color css
<style>
span { border-color: #71BC0E; }
span { border-color: rgb(113,188,14); }
td.TdClassName
{
border-color: #71BC0E;
}
.TagClassName
{
border-color: #71BC0E;
}
</style>