Shades of Christi #71C314
Tints of Christi #71C314
RGB
CMYK
RGB Variations
Color information
#71C314 (or 0x71C314) is known color: Christi. HEX triplet: 71, C3 and 14. RGB value is (113,195,20). Sum of RGB (Red+Green+Blue) = 113+195+20=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #71C314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C314 is #8E3CEB. Grayscale: #979797. Windows color (decimal): -9321708 or 1360753. OLE color: 1360753.
HSL color Cylindrical-coordinate representation of color #71C314: hue angle of 88.11º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71C314 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 20 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.24 |
| HSL | 88.11º | 0.81% | 0.42% | - |
| HSV(B) | 88.11º | 0.9% | 0.76% | - |
| XYZ | 26.45 | 42.59 | 7.49 | - |
| YUV | 150.53 | 54.33 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 20 | 0.42 | 0 | 0.90 | 0.24 | 88.11 | 0.81 | 0.42 |
| Hex | 71 | C3 | 14 | 2A | 0 | 5A | 18 | 58 | 51 | 2A |
| Octal | 161 | 303 | 24 | 52 | 0 | 132 | 30 | 130 | 121 | 52 |
| Binary | 1110001 | 11000011 | 10100 | 101010 | 0 | 1011010 | 11000 | 1011000 | 1010001 | 101010 |
Color Harmonies of #71C314
Complementary color
Monochromatic Colors of #71C314
Black with #71C314
Text Example
Text Example
White with #71C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C314; }
p { color: rgb(113,195,20); }
H1.HeaderClassName
{
color: #71C314;
}
.AnyTagClassName
{
color: #71C314;
}
</style>
background-color css
<style>
a { background-color: #71C314; }
a { background-color: rgb(113,195,20); }
div.DivClassName
{
background-color: #71C314;
}
.BgClassName
{
background-color: #71C314;
}
</style>
border-color css
<style>
span { border-color: #71C314; }
span { border-color: rgb(113,195,20); }
td.TdClassName
{
border-color: #71C314;
}
.TagClassName
{
border-color: #71C314;
}
</style>