Shades of Christi #71B719
Tints of Christi #71B719
RGB
CMYK
RGB Variations
Color information
#71B719 (or 0x71B719) is known color: Christi. HEX triplet: 71, B7 and 19. RGB value is (113,183,25). Sum of RGB (Red+Green+Blue) = 113+183+25=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #71B719 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B719 is #8E48E6. Grayscale: #909090. Windows color (decimal): -9324775 or 1685361. OLE color: 1685361.
HSL color Cylindrical-coordinate representation of color #71B719: hue angle of 86.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71B719 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 25 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.28 |
| HSL | 86.58º | 0.76% | 0.41% | - |
| HSV(B) | 86.58º | 0.86% | 0.72% | - |
| XYZ | 23.92 | 37.45 | 6.89 | - |
| YUV | 144.06 | 60.81 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 25 | 0.38 | 0 | 0.86 | 0.28 | 86.58 | 0.76 | 0.41 |
| Hex | 71 | B7 | 19 | 26 | 0 | 56 | 1C | 57 | 4C | 29 |
| Octal | 161 | 267 | 31 | 46 | 0 | 126 | 34 | 127 | 114 | 51 |
| Binary | 1110001 | 10110111 | 11001 | 100110 | 0 | 1010110 | 11100 | 1010111 | 1001100 | 101001 |
Color Harmonies of #71B719
Complementary color
Monochromatic Colors of #71B719
Black with #71B719
Text Example
Text Example
White with #71B719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B719; }
p { color: rgb(113,183,25); }
H1.HeaderClassName
{
color: #71B719;
}
.AnyTagClassName
{
color: #71B719;
}
</style>
background-color css
<style>
a { background-color: #71B719; }
a { background-color: rgb(113,183,25); }
div.DivClassName
{
background-color: #71B719;
}
.BgClassName
{
background-color: #71B719;
}
</style>
border-color css
<style>
span { border-color: #71B719; }
span { border-color: rgb(113,183,25); }
td.TdClassName
{
border-color: #71B719;
}
.TagClassName
{
border-color: #71B719;
}
</style>