Shades of Christi #71B200
Tints of Christi #71B200
RGB
CMYK
RGB Variations
Color information
#71B200 (or 0x71B200) is known color: Christi. HEX triplet: 71, B2 and 00. RGB value is (113,178,0). Sum of RGB (Red+Green+Blue) = 113+178+0=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #71B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71B200 is #8E4DFF. Grayscale: #8A8A8A. Windows color (decimal): -9326080 or 45681. OLE color: 45681.
HSL color Cylindrical-coordinate representation of color #71B200: hue angle of 81.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71B200 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 178 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.30 |
| HSL | 81.91º | 1% | 0.35% | - |
| HSV(B) | 81.91º | 1% | 0.7% | - |
| XYZ | 22.73 | 35.35 | 5.63 | - |
| YUV | 138.27 | 49.97 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 178 | 0 | 0.37 | 0 | 1 | 0.30 | 81.91 | 1 | 0.35 |
| Hex | 71 | B2 | 0 | 25 | 0 | 64 | 1E | 52 | 64 | 23 |
| Octal | 161 | 262 | 0 | 45 | 0 | 144 | 36 | 122 | 144 | 43 |
| Binary | 1110001 | 10110010 | 0 | 100101 | 0 | 1100100 | 11110 | 1010010 | 1100100 | 100011 |
Color Harmonies of #71B200
Complementary color
Monochromatic Colors of #71B200
Black with #71B200
Text Example
Text Example
White with #71B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B200; }
p { color: rgb(113,178,0); }
H1.HeaderClassName
{
color: #71B200;
}
.AnyTagClassName
{
color: #71B200;
}
</style>
background-color css
<style>
a { background-color: #71B200; }
a { background-color: rgb(113,178,0); }
div.DivClassName
{
background-color: #71B200;
}
.BgClassName
{
background-color: #71B200;
}
</style>
border-color css
<style>
span { border-color: #71B200; }
span { border-color: rgb(113,178,0); }
td.TdClassName
{
border-color: #71B200;
}
.TagClassName
{
border-color: #71B200;
}
</style>