Shades of Christi #71B305
Tints of Christi #71B305
RGB
CMYK
RGB Variations
Color information
#71B305 (or 0x71B305) is known color: Christi. HEX triplet: 71, B3 and 05. RGB value is (113,179,5). Sum of RGB (Red+Green+Blue) = 113+179+5=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #71B305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B305 is #8E4CFA. Grayscale: #8C8C8C. Windows color (decimal): -9325819 or 373617. OLE color: 373617.
HSL color Cylindrical-coordinate representation of color #71B305: hue angle of 82.76º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71B305 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 5 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.30 |
| HSL | 82.76º | 0.95% | 0.36% | - |
| HSV(B) | 82.76º | 0.97% | 0.7% | - |
| XYZ | 22.96 | 35.76 | 5.84 | - |
| YUV | 139.43 | 52.13 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 5 | 0.37 | 0 | 0.97 | 0.30 | 82.76 | 0.95 | 0.36 |
| Hex | 71 | B3 | 5 | 25 | 0 | 61 | 1E | 53 | 5F | 24 |
| Octal | 161 | 263 | 5 | 45 | 0 | 141 | 36 | 123 | 137 | 44 |
| Binary | 1110001 | 10110011 | 101 | 100101 | 0 | 1100001 | 11110 | 1010011 | 1011111 | 100100 |
Color Harmonies of #71B305
Complementary color
Monochromatic Colors of #71B305
Black with #71B305
Text Example
Text Example
White with #71B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B305; }
p { color: rgb(113,179,5); }
H1.HeaderClassName
{
color: #71B305;
}
.AnyTagClassName
{
color: #71B305;
}
</style>
background-color css
<style>
a { background-color: #71B305; }
a { background-color: rgb(113,179,5); }
div.DivClassName
{
background-color: #71B305;
}
.BgClassName
{
background-color: #71B305;
}
</style>
border-color css
<style>
span { border-color: #71B305; }
span { border-color: rgb(113,179,5); }
td.TdClassName
{
border-color: #71B305;
}
.TagClassName
{
border-color: #71B305;
}
</style>