Shades of Christi #71A804
Tints of Christi #71A804
RGB
CMYK
RGB Variations
Color information
#71A804 (or 0x71A804) is known color: Christi. HEX triplet: 71, A8 and 04. RGB value is (113,168,4). Sum of RGB (Red+Green+Blue) = 113+168+4=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #71A804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A804 is #8E57FB. Grayscale: #858585. Windows color (decimal): -9328636 or 305265. OLE color: 305265.
HSL color Cylindrical-coordinate representation of color #71A804: hue angle of 80.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71A804 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.34 |
| HSL | 80.12º | 0.95% | 0.34% | - |
| HSV(B) | 80.12º | 0.98% | 0.66% | - |
| XYZ | 20.83 | 31.52 | 5.1 | - |
| YUV | 132.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 4 | 0.33 | 0 | 0.98 | 0.34 | 80.12 | 0.95 | 0.34 |
| Hex | 71 | A8 | 4 | 21 | 0 | 62 | 22 | 50 | 5F | 22 |
| Octal | 161 | 250 | 4 | 41 | 0 | 142 | 42 | 120 | 137 | 42 |
| Binary | 1110001 | 10101000 | 100 | 100001 | 0 | 1100010 | 100010 | 1010000 | 1011111 | 100010 |
Color Harmonies of #71A804
Complementary color
Monochromatic Colors of #71A804
Black with #71A804
Text Example
Text Example
White with #71A804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A804; }
p { color: rgb(113,168,4); }
H1.HeaderClassName
{
color: #71A804;
}
.AnyTagClassName
{
color: #71A804;
}
</style>
background-color css
<style>
a { background-color: #71A804; }
a { background-color: rgb(113,168,4); }
div.DivClassName
{
background-color: #71A804;
}
.BgClassName
{
background-color: #71A804;
}
</style>
border-color css
<style>
span { border-color: #71A804; }
span { border-color: rgb(113,168,4); }
td.TdClassName
{
border-color: #71A804;
}
.TagClassName
{
border-color: #71A804;
}
</style>