Shades of Christi #71C50C
Tints of Christi #71C50C
RGB
CMYK
RGB Variations
Color information
#71C50C (or 0x71C50C) is known color: Christi. HEX triplet: 71, C5 and 0C. RGB value is (113,197,12). Sum of RGB (Red+Green+Blue) = 113+197+12=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #71C50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C50C is #8E3AF3. Grayscale: #979797. Windows color (decimal): -9321204 or 836977. OLE color: 836977.
HSL color Cylindrical-coordinate representation of color #71C50C: hue angle of 87.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71C50C is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 12 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.23 |
| HSL | 87.24º | 0.89% | 0.41% | - |
| HSV(B) | 87.24º | 0.94% | 0.77% | - |
| XYZ | 26.84 | 43.47 | 7.32 | - |
| YUV | 150.79 | 49.67 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 12 | 0.43 | 0 | 0.94 | 0.23 | 87.24 | 0.89 | 0.41 |
| Hex | 71 | C5 | C | 2B | 0 | 5E | 17 | 57 | 59 | 29 |
| Octal | 161 | 305 | 14 | 53 | 0 | 136 | 27 | 127 | 131 | 51 |
| Binary | 1110001 | 11000101 | 1100 | 101011 | 0 | 1011110 | 10111 | 1010111 | 1011001 | 101001 |
Color Harmonies of #71C50C
Complementary color
Monochromatic Colors of #71C50C
Black with #71C50C
Text Example
Text Example
White with #71C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C50C; }
p { color: rgb(113,197,12); }
H1.HeaderClassName
{
color: #71C50C;
}
.AnyTagClassName
{
color: #71C50C;
}
</style>
background-color css
<style>
a { background-color: #71C50C; }
a { background-color: rgb(113,197,12); }
div.DivClassName
{
background-color: #71C50C;
}
.BgClassName
{
background-color: #71C50C;
}
</style>
border-color css
<style>
span { border-color: #71C50C; }
span { border-color: rgb(113,197,12); }
td.TdClassName
{
border-color: #71C50C;
}
.TagClassName
{
border-color: #71C50C;
}
</style>