Shades of Christi #71B814
Tints of Christi #71B814
RGB
CMYK
RGB Variations
Color information
#71B814 (or 0x71B814) is known color: Christi. HEX triplet: 71, B8 and 14. RGB value is (113,184,20). Sum of RGB (Red+Green+Blue) = 113+184+20=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #71B814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B814 is #8E47EB. Grayscale: #909090. Windows color (decimal): -9324524 or 1357937. OLE color: 1357937.
HSL color Cylindrical-coordinate representation of color #71B814: hue angle of 85.98º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71B814 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 20 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.28 |
| HSL | 85.98º | 0.8% | 0.4% | - |
| HSV(B) | 85.98º | 0.89% | 0.72% | - |
| XYZ | 24.08 | 37.84 | 6.7 | - |
| YUV | 144.08 | 57.98 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 20 | 0.39 | 0 | 0.89 | 0.28 | 85.98 | 0.8 | 0.4 |
| Hex | 71 | B8 | 14 | 27 | 0 | 59 | 1C | 56 | 50 | 28 |
| Octal | 161 | 270 | 24 | 47 | 0 | 131 | 34 | 126 | 120 | 50 |
| Binary | 1110001 | 10111000 | 10100 | 100111 | 0 | 1011001 | 11100 | 1010110 | 1010000 | 101000 |
Color Harmonies of #71B814
Complementary color
Monochromatic Colors of #71B814
Black with #71B814
Text Example
Text Example
White with #71B814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B814; }
p { color: rgb(113,184,20); }
H1.HeaderClassName
{
color: #71B814;
}
.AnyTagClassName
{
color: #71B814;
}
</style>
background-color css
<style>
a { background-color: #71B814; }
a { background-color: rgb(113,184,20); }
div.DivClassName
{
background-color: #71B814;
}
.BgClassName
{
background-color: #71B814;
}
</style>
border-color css
<style>
span { border-color: #71B814; }
span { border-color: rgb(113,184,20); }
td.TdClassName
{
border-color: #71B814;
}
.TagClassName
{
border-color: #71B814;
}
</style>