Shades of Christi #71B321
Tints of Christi #71B321
RGB
CMYK
RGB Variations
Color information
#71B321 (or 0x71B321) is known color: Christi. HEX triplet: 71, B3 and 21. RGB value is (113,179,33). Sum of RGB (Red+Green+Blue) = 113+179+33=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #71B321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B321 is #8E4CDE. Grayscale: #8F8F8F. Windows color (decimal): -9325791 or 2208625. OLE color: 2208625.
HSL color Cylindrical-coordinate representation of color #71B321: hue angle of 87.12º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71B321 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 33 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.30 |
| HSL | 87.12º | 0.69% | 0.42% | - |
| HSV(B) | 87.12º | 0.82% | 0.7% | - |
| XYZ | 23.2 | 35.86 | 7.14 | - |
| YUV | 142.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 33 | 0.37 | 0 | 0.82 | 0.30 | 87.12 | 0.69 | 0.42 |
| Hex | 71 | B3 | 21 | 25 | 0 | 52 | 1E | 57 | 45 | 2A |
| Octal | 161 | 263 | 41 | 45 | 0 | 122 | 36 | 127 | 105 | 52 |
| Binary | 1110001 | 10110011 | 100001 | 100101 | 0 | 1010010 | 11110 | 1010111 | 1000101 | 101010 |
Color Harmonies of #71B321
Complementary color
Monochromatic Colors of #71B321
Black with #71B321
Text Example
Text Example
White with #71B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B321; }
p { color: rgb(113,179,33); }
H1.HeaderClassName
{
color: #71B321;
}
.AnyTagClassName
{
color: #71B321;
}
</style>
background-color css
<style>
a { background-color: #71B321; }
a { background-color: rgb(113,179,33); }
div.DivClassName
{
background-color: #71B321;
}
.BgClassName
{
background-color: #71B321;
}
</style>
border-color css
<style>
span { border-color: #71B321; }
span { border-color: rgb(113,179,33); }
td.TdClassName
{
border-color: #71B321;
}
.TagClassName
{
border-color: #71B321;
}
</style>