Shades of Christi #71B527
Tints of Christi #71B527
RGB
CMYK
RGB Variations
Color information
#71B527 (or 0x71B527) is known color: Christi. HEX triplet: 71, B5 and 27. RGB value is (113,181,39). Sum of RGB (Red+Green+Blue) = 113+181+39=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #71B527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B527 is #8E4AD8. Grayscale: #909090. Windows color (decimal): -9325273 or 2602353. OLE color: 2602353.
HSL color Cylindrical-coordinate representation of color #71B527: hue angle of 88.73º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71B527 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 181 | 39 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.29 |
| HSL | 88.73º | 0.65% | 0.43% | - |
| HSV(B) | 88.73º | 0.78% | 0.71% | - |
| XYZ | 23.7 | 36.7 | 7.76 | - |
| YUV | 144.48 | 68.47 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 39 | 0.38 | 0 | 0.78 | 0.29 | 88.73 | 0.65 | 0.43 |
| Hex | 71 | B5 | 27 | 26 | 0 | 4E | 1D | 59 | 41 | 2B |
| Octal | 161 | 265 | 47 | 46 | 0 | 116 | 35 | 131 | 101 | 53 |
| Binary | 1110001 | 10110101 | 100111 | 100110 | 0 | 1001110 | 11101 | 1011001 | 1000001 | 101011 |
Color Harmonies of #71B527
Complementary color
Monochromatic Colors of #71B527
Black with #71B527
Text Example
Text Example
White with #71B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B527; }
p { color: rgb(113,181,39); }
H1.HeaderClassName
{
color: #71B527;
}
.AnyTagClassName
{
color: #71B527;
}
</style>
background-color css
<style>
a { background-color: #71B527; }
a { background-color: rgb(113,181,39); }
div.DivClassName
{
background-color: #71B527;
}
.BgClassName
{
background-color: #71B527;
}
</style>
border-color css
<style>
span { border-color: #71B527; }
span { border-color: rgb(113,181,39); }
td.TdClassName
{
border-color: #71B527;
}
.TagClassName
{
border-color: #71B527;
}
</style>