Shades of Christi #71C80C
Tints of Christi #71C80C
RGB
CMYK
RGB Variations
Color information
#71C80C (or 0x71C80C) is known color: Christi. HEX triplet: 71, C8 and 0C. RGB value is (113,200,12). Sum of RGB (Red+Green+Blue) = 113+200+12=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #71C80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C80C is #8E37F3. Grayscale: #999999. Windows color (decimal): -9320436 or 837745. OLE color: 837745.
HSL color Cylindrical-coordinate representation of color #71C80C: hue angle of 87.77º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71C80C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 12 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.22 |
| HSL | 87.77º | 0.89% | 0.42% | - |
| HSV(B) | 87.77º | 0.94% | 0.78% | - |
| XYZ | 27.53 | 44.85 | 7.55 | - |
| YUV | 152.56 | 48.68 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 12 | 0.44 | 0 | 0.94 | 0.22 | 87.77 | 0.89 | 0.42 |
| Hex | 71 | C8 | C | 2C | 0 | 5E | 16 | 58 | 59 | 2A |
| Octal | 161 | 310 | 14 | 54 | 0 | 136 | 26 | 130 | 131 | 52 |
| Binary | 1110001 | 11001000 | 1100 | 101100 | 0 | 1011110 | 10110 | 1011000 | 1011001 | 101010 |
Color Harmonies of #71C80C
Complementary color
Monochromatic Colors of #71C80C
Black with #71C80C
Text Example
Text Example
White with #71C80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C80C; }
p { color: rgb(113,200,12); }
H1.HeaderClassName
{
color: #71C80C;
}
.AnyTagClassName
{
color: #71C80C;
}
</style>
background-color css
<style>
a { background-color: #71C80C; }
a { background-color: rgb(113,200,12); }
div.DivClassName
{
background-color: #71C80C;
}
.BgClassName
{
background-color: #71C80C;
}
</style>
border-color css
<style>
span { border-color: #71C80C; }
span { border-color: rgb(113,200,12); }
td.TdClassName
{
border-color: #71C80C;
}
.TagClassName
{
border-color: #71C80C;
}
</style>