Shades of Christi #71A400
Tints of Christi #71A400
RGB
CMYK
RGB Variations
Color information
#71A400 (or 0x71A400) is known color: Christi. HEX triplet: 71, A4 and 00. RGB value is (113,164,0). Sum of RGB (Red+Green+Blue) = 113+164+0=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #71A400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A400 is #8E5BFF. Grayscale: #828282. Windows color (decimal): -9329664 or 42097. OLE color: 42097.
HSL color Cylindrical-coordinate representation of color #71A400: hue angle of 78.66º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71A400 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.36 |
| HSL | 78.66º | 1% | 0.32% | - |
| HSV(B) | 78.66º | 1% | 0.64% | - |
| XYZ | 20.09 | 30.06 | 4.74 | - |
| YUV | 130.06 | 54.6 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 0 | 0.31 | 0 | 1 | 0.36 | 78.66 | 1 | 0.32 |
| Hex | 71 | A4 | 0 | 1F | 0 | 64 | 24 | 4F | 64 | 20 |
| Octal | 161 | 244 | 0 | 37 | 0 | 144 | 44 | 117 | 144 | 40 |
| Binary | 1110001 | 10100100 | 0 | 11111 | 0 | 1100100 | 100100 | 1001111 | 1100100 | 100000 |
Color Harmonies of #71A400
Complementary color
Monochromatic Colors of #71A400
Black with #71A400
Text Example
Text Example
White with #71A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A400; }
p { color: rgb(113,164,0); }
H1.HeaderClassName
{
color: #71A400;
}
.AnyTagClassName
{
color: #71A400;
}
</style>
background-color css
<style>
a { background-color: #71A400; }
a { background-color: rgb(113,164,0); }
div.DivClassName
{
background-color: #71A400;
}
.BgClassName
{
background-color: #71A400;
}
</style>
border-color css
<style>
span { border-color: #71A400; }
span { border-color: rgb(113,164,0); }
td.TdClassName
{
border-color: #71A400;
}
.TagClassName
{
border-color: #71A400;
}
</style>