Shades of Christi #71C919
Tints of Christi #71C919
RGB
CMYK
RGB Variations
Color information
#71C919 (or 0x71C919) is known color: Christi. HEX triplet: 71, C9 and 19. RGB value is (113,201,25). Sum of RGB (Red+Green+Blue) = 113+201+25=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #71C919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C919 is #8E36E6. Grayscale: #9B9B9B. Windows color (decimal): -9320167 or 1689969. OLE color: 1689969.
HSL color Cylindrical-coordinate representation of color #71C919: hue angle of 90º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71C919 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 25 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.21 |
| HSL | 90º | 0.78% | 0.44% | - |
| HSV(B) | 90º | 0.88% | 0.79% | - |
| XYZ | 27.87 | 45.35 | 8.2 | - |
| YUV | 154.62 | 54.85 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 25 | 0.44 | 0 | 0.88 | 0.21 | 90 | 0.78 | 0.44 |
| Hex | 71 | C9 | 19 | 2C | 0 | 58 | 15 | 5A | 4E | 2C |
| Octal | 161 | 311 | 31 | 54 | 0 | 130 | 25 | 132 | 116 | 54 |
| Binary | 1110001 | 11001001 | 11001 | 101100 | 0 | 1011000 | 10101 | 1011010 | 1001110 | 101100 |
Color Harmonies of #71C919
Complementary color
Monochromatic Colors of #71C919
Black with #71C919
Text Example
Text Example
White with #71C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C919; }
p { color: rgb(113,201,25); }
H1.HeaderClassName
{
color: #71C919;
}
.AnyTagClassName
{
color: #71C919;
}
</style>
background-color css
<style>
a { background-color: #71C919; }
a { background-color: rgb(113,201,25); }
div.DivClassName
{
background-color: #71C919;
}
.BgClassName
{
background-color: #71C919;
}
</style>
border-color css
<style>
span { border-color: #71C919; }
span { border-color: rgb(113,201,25); }
td.TdClassName
{
border-color: #71C919;
}
.TagClassName
{
border-color: #71C919;
}
</style>