Shades of Christi #71D210
Tints of Christi #71D210
RGB
CMYK
RGB Variations
Color information
#71D210 (or 0x71D210) is known color: Christi. HEX triplet: 71, D2 and 10. RGB value is (113,210,16). Sum of RGB (Red+Green+Blue) = 113+210+16=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #71D210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D210 is #8E2DEF. Grayscale: #9F9F9F. Windows color (decimal): -9317872 or 1102449. OLE color: 1102449.
HSL color Cylindrical-coordinate representation of color #71D210: hue angle of 90º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71D210 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.18 |
| HSL | 90º | 0.86% | 0.44% | - |
| HSV(B) | 90º | 0.92% | 0.82% | - |
| XYZ | 29.95 | 49.64 | 8.49 | - |
| YUV | 158.88 | 47.36 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 16 | 0.46 | 0 | 0.92 | 0.18 | 90 | 0.86 | 0.44 |
| Hex | 71 | D2 | 10 | 2E | 0 | 5C | 12 | 5A | 56 | 2C |
| Octal | 161 | 322 | 20 | 56 | 0 | 134 | 22 | 132 | 126 | 54 |
| Binary | 1110001 | 11010010 | 10000 | 101110 | 0 | 1011100 | 10010 | 1011010 | 1010110 | 101100 |
Color Harmonies of #71D210
Complementary color
Monochromatic Colors of #71D210
Black with #71D210
Text Example
Text Example
White with #71D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D210; }
p { color: rgb(113,210,16); }
H1.HeaderClassName
{
color: #71D210;
}
.AnyTagClassName
{
color: #71D210;
}
</style>
background-color css
<style>
a { background-color: #71D210; }
a { background-color: rgb(113,210,16); }
div.DivClassName
{
background-color: #71D210;
}
.BgClassName
{
background-color: #71D210;
}
</style>
border-color css
<style>
span { border-color: #71D210; }
span { border-color: rgb(113,210,16); }
td.TdClassName
{
border-color: #71D210;
}
.TagClassName
{
border-color: #71D210;
}
</style>