Shades of Christi #71C819
Tints of Christi #71C819
RGB
CMYK
RGB Variations
Color information
#71C819 (or 0x71C819) is known color: Christi. HEX triplet: 71, C8 and 19. RGB value is (113,200,25). Sum of RGB (Red+Green+Blue) = 113+200+25=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #71C819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C819 is #8E37E6. Grayscale: #9A9A9A. Windows color (decimal): -9320423 or 1689713. OLE color: 1689713.
HSL color Cylindrical-coordinate representation of color #71C819: hue angle of 89.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71C819 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 25 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.22 |
| HSL | 89.83º | 0.78% | 0.44% | - |
| HSV(B) | 89.83º | 0.88% | 0.78% | - |
| XYZ | 27.64 | 44.89 | 8.13 | - |
| YUV | 154.04 | 55.18 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 25 | 0.44 | 0 | 0.88 | 0.22 | 89.83 | 0.78 | 0.44 |
| Hex | 71 | C8 | 19 | 2C | 0 | 58 | 16 | 5A | 4E | 2C |
| Octal | 161 | 310 | 31 | 54 | 0 | 130 | 26 | 132 | 116 | 54 |
| Binary | 1110001 | 11001000 | 11001 | 101100 | 0 | 1011000 | 10110 | 1011010 | 1001110 | 101100 |
Color Harmonies of #71C819
Complementary color
Monochromatic Colors of #71C819
Black with #71C819
Text Example
Text Example
White with #71C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C819; }
p { color: rgb(113,200,25); }
H1.HeaderClassName
{
color: #71C819;
}
.AnyTagClassName
{
color: #71C819;
}
</style>
background-color css
<style>
a { background-color: #71C819; }
a { background-color: rgb(113,200,25); }
div.DivClassName
{
background-color: #71C819;
}
.BgClassName
{
background-color: #71C819;
}
</style>
border-color css
<style>
span { border-color: #71C819; }
span { border-color: rgb(113,200,25); }
td.TdClassName
{
border-color: #71C819;
}
.TagClassName
{
border-color: #71C819;
}
</style>