Shades of Christi #71B904
Tints of Christi #71B904
RGB
CMYK
RGB Variations
Color information
#71B904 (or 0x71B904) is known color: Christi. HEX triplet: 71, B9 and 04. RGB value is (113,185,4). Sum of RGB (Red+Green+Blue) = 113+185+4=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #71B904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B904 is #8E46FB. Grayscale: #8F8F8F. Windows color (decimal): -9324284 or 309617. OLE color: 309617.
HSL color Cylindrical-coordinate representation of color #71B904: hue angle of 83.87º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71B904 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.27 |
| HSL | 83.87º | 0.96% | 0.37% | - |
| HSV(B) | 83.87º | 0.98% | 0.73% | - |
| XYZ | 24.18 | 38.22 | 6.22 | - |
| YUV | 142.84 | 49.65 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 4 | 0.39 | 0 | 0.98 | 0.27 | 83.87 | 0.96 | 0.37 |
| Hex | 71 | B9 | 4 | 27 | 0 | 62 | 1B | 54 | 60 | 25 |
| Octal | 161 | 271 | 4 | 47 | 0 | 142 | 33 | 124 | 140 | 45 |
| Binary | 1110001 | 10111001 | 100 | 100111 | 0 | 1100010 | 11011 | 1010100 | 1100000 | 100101 |
Color Harmonies of #71B904
Complementary color
Monochromatic Colors of #71B904
Black with #71B904
Text Example
Text Example
White with #71B904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B904; }
p { color: rgb(113,185,4); }
H1.HeaderClassName
{
color: #71B904;
}
.AnyTagClassName
{
color: #71B904;
}
</style>
background-color css
<style>
a { background-color: #71B904; }
a { background-color: rgb(113,185,4); }
div.DivClassName
{
background-color: #71B904;
}
.BgClassName
{
background-color: #71B904;
}
</style>
border-color css
<style>
span { border-color: #71B904; }
span { border-color: rgb(113,185,4); }
td.TdClassName
{
border-color: #71B904;
}
.TagClassName
{
border-color: #71B904;
}
</style>