Shades of Christi #71C800
Tints of Christi #71C800
RGB
CMYK
RGB Variations
Color information
#71C800 (or 0x71C800) is known color: Christi. HEX triplet: 71, C8 and 00. RGB value is (113,200,0). Sum of RGB (Red+Green+Blue) = 113+200+0=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #71C800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C800 is #8E37FF. Grayscale: #979797. Windows color (decimal): -9320448 or 51313. OLE color: 51313.
HSL color Cylindrical-coordinate representation of color #71C800: hue angle of 86.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71C800 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.22 |
| HSL | 86.1º | 1% | 0.39% | - |
| HSV(B) | 86.1º | 1% | 0.78% | - |
| XYZ | 27.46 | 44.82 | 7.2 | - |
| YUV | 151.19 | 42.68 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 0 | 0.44 | 0 | 1 | 0.22 | 86.1 | 1 | 0.39 |
| Hex | 71 | C8 | 0 | 2C | 0 | 64 | 16 | 56 | 64 | 27 |
| Octal | 161 | 310 | 0 | 54 | 0 | 144 | 26 | 126 | 144 | 47 |
| Binary | 1110001 | 11001000 | 0 | 101100 | 0 | 1100100 | 10110 | 1010110 | 1100100 | 100111 |
Color Harmonies of #71C800
Complementary color
Monochromatic Colors of #71C800
Black with #71C800
Text Example
Text Example
White with #71C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C800; }
p { color: rgb(113,200,0); }
H1.HeaderClassName
{
color: #71C800;
}
.AnyTagClassName
{
color: #71C800;
}
</style>
background-color css
<style>
a { background-color: #71C800; }
a { background-color: rgb(113,200,0); }
div.DivClassName
{
background-color: #71C800;
}
.BgClassName
{
background-color: #71C800;
}
</style>
border-color css
<style>
span { border-color: #71C800; }
span { border-color: rgb(113,200,0); }
td.TdClassName
{
border-color: #71C800;
}
.TagClassName
{
border-color: #71C800;
}
</style>