Shades of Christi #71C40E
Tints of Christi #71C40E
RGB
CMYK
RGB Variations
Color information
#71C40E (or 0x71C40E) is known color: Christi. HEX triplet: 71, C4 and 0E. RGB value is (113,196,14). Sum of RGB (Red+Green+Blue) = 113+196+14=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #71C40E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C40E is #8E3BF1. Grayscale: #979797. Windows color (decimal): -9321458 or 967793. OLE color: 967793.
HSL color Cylindrical-coordinate representation of color #71C40E: hue angle of 87.36º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71C40E is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 14 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.23 |
| HSL | 87.36º | 0.87% | 0.41% | - |
| HSV(B) | 87.36º | 0.93% | 0.77% | - |
| XYZ | 26.63 | 43.02 | 7.32 | - |
| YUV | 150.44 | 51 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 14 | 0.42 | 0 | 0.93 | 0.23 | 87.36 | 0.87 | 0.41 |
| Hex | 71 | C4 | E | 2A | 0 | 5D | 17 | 57 | 57 | 29 |
| Octal | 161 | 304 | 16 | 52 | 0 | 135 | 27 | 127 | 127 | 51 |
| Binary | 1110001 | 11000100 | 1110 | 101010 | 0 | 1011101 | 10111 | 1010111 | 1010111 | 101001 |
Color Harmonies of #71C40E
Complementary color
Monochromatic Colors of #71C40E
Black with #71C40E
Text Example
Text Example
White with #71C40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C40E; }
p { color: rgb(113,196,14); }
H1.HeaderClassName
{
color: #71C40E;
}
.AnyTagClassName
{
color: #71C40E;
}
</style>
background-color css
<style>
a { background-color: #71C40E; }
a { background-color: rgb(113,196,14); }
div.DivClassName
{
background-color: #71C40E;
}
.BgClassName
{
background-color: #71C40E;
}
</style>
border-color css
<style>
span { border-color: #71C40E; }
span { border-color: rgb(113,196,14); }
td.TdClassName
{
border-color: #71C40E;
}
.TagClassName
{
border-color: #71C40E;
}
</style>