Shades of Christi #71C213
Tints of Christi #71C213
RGB
CMYK
RGB Variations
Color information
#71C213 (or 0x71C213) is known color: Christi. HEX triplet: 71, C2 and 13. RGB value is (113,194,19). Sum of RGB (Red+Green+Blue) = 113+194+19=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #71C213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C213 is #8E3DEC. Grayscale: #969696. Windows color (decimal): -9321965 or 1294961. OLE color: 1294961.
HSL color Cylindrical-coordinate representation of color #71C213: hue angle of 87.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71C213 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.24 |
| HSL | 87.77º | 0.82% | 0.42% | - |
| HSV(B) | 87.77º | 0.9% | 0.76% | - |
| XYZ | 26.22 | 42.14 | 7.37 | - |
| YUV | 149.83 | 54.16 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 19 | 0.42 | 0 | 0.90 | 0.24 | 87.77 | 0.82 | 0.42 |
| Hex | 71 | C2 | 13 | 2A | 0 | 5A | 18 | 58 | 52 | 2A |
| Octal | 161 | 302 | 23 | 52 | 0 | 132 | 30 | 130 | 122 | 52 |
| Binary | 1110001 | 11000010 | 10011 | 101010 | 0 | 1011010 | 11000 | 1011000 | 1010010 | 101010 |
Color Harmonies of #71C213
Complementary color
Monochromatic Colors of #71C213
Black with #71C213
Text Example
Text Example
White with #71C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C213; }
p { color: rgb(113,194,19); }
H1.HeaderClassName
{
color: #71C213;
}
.AnyTagClassName
{
color: #71C213;
}
</style>
background-color css
<style>
a { background-color: #71C213; }
a { background-color: rgb(113,194,19); }
div.DivClassName
{
background-color: #71C213;
}
.BgClassName
{
background-color: #71C213;
}
</style>
border-color css
<style>
span { border-color: #71C213; }
span { border-color: rgb(113,194,19); }
td.TdClassName
{
border-color: #71C213;
}
.TagClassName
{
border-color: #71C213;
}
</style>