Shades of Christi #71BA1A
Tints of Christi #71BA1A
RGB
CMYK
RGB Variations
Color information
#71BA1A (or 0x71BA1A) is known color: Christi. HEX triplet: 71, BA and 1A. RGB value is (113,186,26). Sum of RGB (Red+Green+Blue) = 113+186+26=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA1A is #8E45E5. Grayscale: #929292. Windows color (decimal): -9324006 or 1751665. OLE color: 1751665.
HSL color Cylindrical-coordinate representation of color #71BA1A: hue angle of 87.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71BA1A is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 26 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.27 |
| HSL | 87.38º | 0.75% | 0.42% | - |
| HSV(B) | 87.38º | 0.86% | 0.73% | - |
| XYZ | 24.56 | 38.7 | 7.15 | - |
| YUV | 145.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 26 | 0.39 | 0 | 0.86 | 0.27 | 87.38 | 0.75 | 0.42 |
| Hex | 71 | BA | 1A | 27 | 0 | 56 | 1B | 57 | 4B | 2A |
| Octal | 161 | 272 | 32 | 47 | 0 | 126 | 33 | 127 | 113 | 52 |
| Binary | 1110001 | 10111010 | 11010 | 100111 | 0 | 1010110 | 11011 | 1010111 | 1001011 | 101010 |
Color Harmonies of #71BA1A
Complementary color
Monochromatic Colors of #71BA1A
Black with #71BA1A
Text Example
Text Example
White with #71BA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA1A; }
p { color: rgb(113,186,26); }
H1.HeaderClassName
{
color: #71BA1A;
}
.AnyTagClassName
{
color: #71BA1A;
}
</style>
background-color css
<style>
a { background-color: #71BA1A; }
a { background-color: rgb(113,186,26); }
div.DivClassName
{
background-color: #71BA1A;
}
.BgClassName
{
background-color: #71BA1A;
}
</style>
border-color css
<style>
span { border-color: #71BA1A; }
span { border-color: rgb(113,186,26); }
td.TdClassName
{
border-color: #71BA1A;
}
.TagClassName
{
border-color: #71BA1A;
}
</style>