Shades of Christi #71C20D
Tints of Christi #71C20D
RGB
CMYK
RGB Variations
Color information
#71C20D (or 0x71C20D) is known color: Christi. HEX triplet: 71, C2 and 0D. RGB value is (113,194,13). Sum of RGB (Red+Green+Blue) = 113+194+13=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #71C20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C20D is #8E3DF2. Grayscale: #959595. Windows color (decimal): -9321971 or 901745. OLE color: 901745.
HSL color Cylindrical-coordinate representation of color #71C20D: hue angle of 86.85º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71C20D is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 13 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.24 |
| HSL | 86.85º | 0.87% | 0.41% | - |
| HSV(B) | 86.85º | 0.93% | 0.76% | - |
| XYZ | 26.17 | 42.12 | 7.13 | - |
| YUV | 149.15 | 51.16 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 13 | 0.42 | 0 | 0.93 | 0.24 | 86.85 | 0.87 | 0.41 |
| Hex | 71 | C2 | D | 2A | 0 | 5D | 18 | 57 | 57 | 29 |
| Octal | 161 | 302 | 15 | 52 | 0 | 135 | 30 | 127 | 127 | 51 |
| Binary | 1110001 | 11000010 | 1101 | 101010 | 0 | 1011101 | 11000 | 1010111 | 1010111 | 101001 |
Color Harmonies of #71C20D
Complementary color
Monochromatic Colors of #71C20D
Black with #71C20D
Text Example
Text Example
White with #71C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C20D; }
p { color: rgb(113,194,13); }
H1.HeaderClassName
{
color: #71C20D;
}
.AnyTagClassName
{
color: #71C20D;
}
</style>
background-color css
<style>
a { background-color: #71C20D; }
a { background-color: rgb(113,194,13); }
div.DivClassName
{
background-color: #71C20D;
}
.BgClassName
{
background-color: #71C20D;
}
</style>
border-color css
<style>
span { border-color: #71C20D; }
span { border-color: rgb(113,194,13); }
td.TdClassName
{
border-color: #71C20D;
}
.TagClassName
{
border-color: #71C20D;
}
</style>