Shades of Christi #71C814
Tints of Christi #71C814
RGB
CMYK
RGB Variations
Color information
#71C814 (or 0x71C814) is known color: Christi. HEX triplet: 71, C8 and 14. RGB value is (113,200,20). Sum of RGB (Red+Green+Blue) = 113+200+20=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #71C814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C814 is #8E37EB. Grayscale: #9A9A9A. Windows color (decimal): -9320428 or 1362033. OLE color: 1362033.
HSL color Cylindrical-coordinate representation of color #71C814: hue angle of 89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71C814 is Cyan = 0.44, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 20 | - |
| CMYK | 0.44 | 0 | 0.9 | 0.22 |
| HSL | 89º | 0.82% | 0.43% | - |
| HSV(B) | 89º | 0.9% | 0.78% | - |
| XYZ | 27.59 | 44.87 | 7.87 | - |
| YUV | 153.47 | 52.68 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 20 | 0.44 | 0 | 0.9 | 0.22 | 89 | 0.82 | 0.43 |
| Hex | 71 | C8 | 14 | 2C | 0 | 5A | 16 | 59 | 52 | 2B |
| Octal | 161 | 310 | 24 | 54 | 0 | 132 | 26 | 131 | 122 | 53 |
| Binary | 1110001 | 11001000 | 10100 | 101100 | 0 | 1011010 | 10110 | 1011001 | 1010010 | 101011 |
Color Harmonies of #71C814
Complementary color
Monochromatic Colors of #71C814
Black with #71C814
Text Example
Text Example
White with #71C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C814; }
p { color: rgb(113,200,20); }
H1.HeaderClassName
{
color: #71C814;
}
.AnyTagClassName
{
color: #71C814;
}
</style>
background-color css
<style>
a { background-color: #71C814; }
a { background-color: rgb(113,200,20); }
div.DivClassName
{
background-color: #71C814;
}
.BgClassName
{
background-color: #71C814;
}
</style>
border-color css
<style>
span { border-color: #71C814; }
span { border-color: rgb(113,200,20); }
td.TdClassName
{
border-color: #71C814;
}
.TagClassName
{
border-color: #71C814;
}
</style>