Shades of Christi #71B918
Tints of Christi #71B918
RGB
CMYK
RGB Variations
Color information
#71B918 (or 0x71B918) is known color: Christi. HEX triplet: 71, B9 and 18. RGB value is (113,185,24). Sum of RGB (Red+Green+Blue) = 113+185+24=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #71B918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B918 is #8E46E7. Grayscale: #919191. Windows color (decimal): -9324264 or 1620337. OLE color: 1620337.
HSL color Cylindrical-coordinate representation of color #71B918: hue angle of 86.83º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71B918 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 24 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.27 |
| HSL | 86.83º | 0.77% | 0.41% | - |
| HSV(B) | 86.83º | 0.87% | 0.73% | - |
| XYZ | 24.32 | 38.27 | 6.97 | - |
| YUV | 145.12 | 59.65 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 24 | 0.39 | 0 | 0.87 | 0.27 | 86.83 | 0.77 | 0.41 |
| Hex | 71 | B9 | 18 | 27 | 0 | 57 | 1B | 57 | 4D | 29 |
| Octal | 161 | 271 | 30 | 47 | 0 | 127 | 33 | 127 | 115 | 51 |
| Binary | 1110001 | 10111001 | 11000 | 100111 | 0 | 1010111 | 11011 | 1010111 | 1001101 | 101001 |
Color Harmonies of #71B918
Complementary color
Monochromatic Colors of #71B918
Black with #71B918
Text Example
Text Example
White with #71B918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B918; }
p { color: rgb(113,185,24); }
H1.HeaderClassName
{
color: #71B918;
}
.AnyTagClassName
{
color: #71B918;
}
</style>
background-color css
<style>
a { background-color: #71B918; }
a { background-color: rgb(113,185,24); }
div.DivClassName
{
background-color: #71B918;
}
.BgClassName
{
background-color: #71B918;
}
</style>
border-color css
<style>
span { border-color: #71B918; }
span { border-color: rgb(113,185,24); }
td.TdClassName
{
border-color: #71B918;
}
.TagClassName
{
border-color: #71B918;
}
</style>