Shades of Christi #71C000
Tints of Christi #71C000
RGB
CMYK
RGB Variations
Color information
#71C000 (or 0x71C000) is known color: Christi. HEX triplet: 71, C0 and 00. RGB value is (113,192,0). Sum of RGB (Red+Green+Blue) = 113+192+0=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #71C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C000 is #8E3FFF. Grayscale: #939393. Windows color (decimal): -9322496 or 49265. OLE color: 49265.
HSL color Cylindrical-coordinate representation of color #71C000: hue angle of 84.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71C000 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.25 |
| HSL | 84.69º | 1% | 0.38% | - |
| HSV(B) | 84.69º | 1% | 0.75% | - |
| XYZ | 25.66 | 41.21 | 6.6 | - |
| YUV | 146.49 | 45.33 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 0 | 0.41 | 0 | 1 | 0.25 | 84.69 | 1 | 0.38 |
| Hex | 71 | C0 | 0 | 29 | 0 | 64 | 19 | 55 | 64 | 26 |
| Octal | 161 | 300 | 0 | 51 | 0 | 144 | 31 | 125 | 144 | 46 |
| Binary | 1110001 | 11000000 | 0 | 101001 | 0 | 1100100 | 11001 | 1010101 | 1100100 | 100110 |
Color Harmonies of #71C000
Complementary color
Monochromatic Colors of #71C000
Black with #71C000
Text Example
Text Example
White with #71C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C000; }
p { color: rgb(113,192,0); }
H1.HeaderClassName
{
color: #71C000;
}
.AnyTagClassName
{
color: #71C000;
}
</style>
background-color css
<style>
a { background-color: #71C000; }
a { background-color: rgb(113,192,0); }
div.DivClassName
{
background-color: #71C000;
}
.BgClassName
{
background-color: #71C000;
}
</style>
border-color css
<style>
span { border-color: #71C000; }
span { border-color: rgb(113,192,0); }
td.TdClassName
{
border-color: #71C000;
}
.TagClassName
{
border-color: #71C000;
}
</style>