Shades of Christi #71D215
Tints of Christi #71D215
RGB
CMYK
RGB Variations
Color information
#71D215 (or 0x71D215) is known color: Christi. HEX triplet: 71, D2 and 15. RGB value is (113,210,21). Sum of RGB (Red+Green+Blue) = 113+210+21=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #71D215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D215 is #8E2DEA. Grayscale: #A0A0A0. Windows color (decimal): -9317867 or 1430129. OLE color: 1430129.
HSL color Cylindrical-coordinate representation of color #71D215: hue angle of 90.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71D215 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.18 |
| HSL | 90.79º | 0.82% | 0.45% | - |
| HSV(B) | 90.79º | 0.9% | 0.82% | - |
| XYZ | 29.99 | 49.66 | 8.71 | - |
| YUV | 159.45 | 49.86 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 21 | 0.46 | 0 | 0.90 | 0.18 | 90.79 | 0.82 | 0.45 |
| Hex | 71 | D2 | 15 | 2E | 0 | 5A | 12 | 5B | 52 | 2D |
| Octal | 161 | 322 | 25 | 56 | 0 | 132 | 22 | 133 | 122 | 55 |
| Binary | 1110001 | 11010010 | 10101 | 101110 | 0 | 1011010 | 10010 | 1011011 | 1010010 | 101101 |
Color Harmonies of #71D215
Complementary color
Monochromatic Colors of #71D215
Black with #71D215
Text Example
Text Example
White with #71D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D215; }
p { color: rgb(113,210,21); }
H1.HeaderClassName
{
color: #71D215;
}
.AnyTagClassName
{
color: #71D215;
}
</style>
background-color css
<style>
a { background-color: #71D215; }
a { background-color: rgb(113,210,21); }
div.DivClassName
{
background-color: #71D215;
}
.BgClassName
{
background-color: #71D215;
}
</style>
border-color css
<style>
span { border-color: #71D215; }
span { border-color: rgb(113,210,21); }
td.TdClassName
{
border-color: #71D215;
}
.TagClassName
{
border-color: #71D215;
}
</style>