Shades of Christi #71D20D
Tints of Christi #71D20D
RGB
CMYK
RGB Variations
Color information
#71D20D (or 0x71D20D) is known color: Christi. HEX triplet: 71, D2 and 0D. RGB value is (113,210,13). Sum of RGB (Red+Green+Blue) = 113+210+13=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #71D20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D20D is #8E2DF2. Grayscale: #9F9F9F. Windows color (decimal): -9317875 or 905841. OLE color: 905841.
HSL color Cylindrical-coordinate representation of color #71D20D: hue angle of 89.54º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71D20D is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 13 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.18 |
| HSL | 89.54º | 0.88% | 0.44% | - |
| HSV(B) | 89.54º | 0.94% | 0.82% | - |
| XYZ | 29.93 | 49.63 | 8.38 | - |
| YUV | 158.54 | 45.86 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 13 | 0.46 | 0 | 0.94 | 0.18 | 89.54 | 0.88 | 0.44 |
| Hex | 71 | D2 | D | 2E | 0 | 5E | 12 | 5A | 58 | 2C |
| Octal | 161 | 322 | 15 | 56 | 0 | 136 | 22 | 132 | 130 | 54 |
| Binary | 1110001 | 11010010 | 1101 | 101110 | 0 | 1011110 | 10010 | 1011010 | 1011000 | 101100 |
Color Harmonies of #71D20D
Complementary color
Monochromatic Colors of #71D20D
Black with #71D20D
Text Example
Text Example
White with #71D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D20D; }
p { color: rgb(113,210,13); }
H1.HeaderClassName
{
color: #71D20D;
}
.AnyTagClassName
{
color: #71D20D;
}
</style>
background-color css
<style>
a { background-color: #71D20D; }
a { background-color: rgb(113,210,13); }
div.DivClassName
{
background-color: #71D20D;
}
.BgClassName
{
background-color: #71D20D;
}
</style>
border-color css
<style>
span { border-color: #71D20D; }
span { border-color: rgb(113,210,13); }
td.TdClassName
{
border-color: #71D20D;
}
.TagClassName
{
border-color: #71D20D;
}
</style>