Shades of Christi #71C104
Tints of Christi #71C104
RGB
CMYK
RGB Variations
Color information
#71C104 (or 0x71C104) is known color: Christi. HEX triplet: 71, C1 and 04. RGB value is (113,193,4). Sum of RGB (Red+Green+Blue) = 113+193+4=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #71C104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C104 is #8E3EFB. Grayscale: #949494. Windows color (decimal): -9322236 or 311665. OLE color: 311665.
HSL color Cylindrical-coordinate representation of color #71C104: hue angle of 85.4º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71C104 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 4 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.24 |
| HSL | 85.4º | 0.96% | 0.39% | - |
| HSV(B) | 85.4º | 0.98% | 0.76% | - |
| XYZ | 25.9 | 41.66 | 6.79 | - |
| YUV | 147.53 | 47 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 4 | 0.41 | 0 | 0.98 | 0.24 | 85.4 | 0.96 | 0.39 |
| Hex | 71 | C1 | 4 | 29 | 0 | 62 | 18 | 55 | 60 | 27 |
| Octal | 161 | 301 | 4 | 51 | 0 | 142 | 30 | 125 | 140 | 47 |
| Binary | 1110001 | 11000001 | 100 | 101001 | 0 | 1100010 | 11000 | 1010101 | 1100000 | 100111 |
Color Harmonies of #71C104
Complementary color
Monochromatic Colors of #71C104
Black with #71C104
Text Example
Text Example
White with #71C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C104; }
p { color: rgb(113,193,4); }
H1.HeaderClassName
{
color: #71C104;
}
.AnyTagClassName
{
color: #71C104;
}
</style>
background-color css
<style>
a { background-color: #71C104; }
a { background-color: rgb(113,193,4); }
div.DivClassName
{
background-color: #71C104;
}
.BgClassName
{
background-color: #71C104;
}
</style>
border-color css
<style>
span { border-color: #71C104; }
span { border-color: rgb(113,193,4); }
td.TdClassName
{
border-color: #71C104;
}
.TagClassName
{
border-color: #71C104;
}
</style>