Shades of Christi #71AA21
Tints of Christi #71AA21
RGB
CMYK
RGB Variations
Color information
#71AA21 (or 0x71AA21) is known color: Christi. HEX triplet: 71, AA and 21. RGB value is (113,170,33). Sum of RGB (Red+Green+Blue) = 113+170+33=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA21 is #8E55DE. Grayscale: #898989. Windows color (decimal): -9328095 or 2206321. OLE color: 2206321.
HSL color Cylindrical-coordinate representation of color #71AA21: hue angle of 84.96º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71AA21 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 33 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.33 |
| HSL | 84.96º | 0.67% | 0.4% | - |
| HSV(B) | 84.96º | 0.81% | 0.67% | - |
| XYZ | 21.46 | 32.37 | 6.56 | - |
| YUV | 137.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 33 | 0.34 | 0 | 0.81 | 0.33 | 84.96 | 0.67 | 0.4 |
| Hex | 71 | AA | 21 | 22 | 0 | 51 | 21 | 55 | 43 | 28 |
| Octal | 161 | 252 | 41 | 42 | 0 | 121 | 41 | 125 | 103 | 50 |
| Binary | 1110001 | 10101010 | 100001 | 100010 | 0 | 1010001 | 100001 | 1010101 | 1000011 | 101000 |
Color Harmonies of #71AA21
Complementary color
Monochromatic Colors of #71AA21
Black with #71AA21
Text Example
Text Example
White with #71AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA21; }
p { color: rgb(113,170,33); }
H1.HeaderClassName
{
color: #71AA21;
}
.AnyTagClassName
{
color: #71AA21;
}
</style>
background-color css
<style>
a { background-color: #71AA21; }
a { background-color: rgb(113,170,33); }
div.DivClassName
{
background-color: #71AA21;
}
.BgClassName
{
background-color: #71AA21;
}
</style>
border-color css
<style>
span { border-color: #71AA21; }
span { border-color: rgb(113,170,33); }
td.TdClassName
{
border-color: #71AA21;
}
.TagClassName
{
border-color: #71AA21;
}
</style>