Shades of Christi #71B71D
Tints of Christi #71B71D
RGB
CMYK
RGB Variations
Color information
#71B71D (or 0x71B71D) is known color: Christi. HEX triplet: 71, B7 and 1D. RGB value is (113,183,29). Sum of RGB (Red+Green+Blue) = 113+183+29=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #71B71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B71D is #8E48E2. Grayscale: #919191. Windows color (decimal): -9324771 or 1947505. OLE color: 1947505.
HSL color Cylindrical-coordinate representation of color #71B71D: hue angle of 87.27º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71B71D is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 29 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.28 |
| HSL | 87.27º | 0.73% | 0.42% | - |
| HSV(B) | 87.27º | 0.84% | 0.72% | - |
| XYZ | 23.97 | 37.47 | 7.13 | - |
| YUV | 144.51 | 62.81 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 29 | 0.38 | 0 | 0.84 | 0.28 | 87.27 | 0.73 | 0.42 |
| Hex | 71 | B7 | 1D | 26 | 0 | 54 | 1C | 57 | 49 | 2A |
| Octal | 161 | 267 | 35 | 46 | 0 | 124 | 34 | 127 | 111 | 52 |
| Binary | 1110001 | 10110111 | 11101 | 100110 | 0 | 1010100 | 11100 | 1010111 | 1001001 | 101010 |
Color Harmonies of #71B71D
Complementary color
Monochromatic Colors of #71B71D
Black with #71B71D
Text Example
Text Example
White with #71B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B71D; }
p { color: rgb(113,183,29); }
H1.HeaderClassName
{
color: #71B71D;
}
.AnyTagClassName
{
color: #71B71D;
}
</style>
background-color css
<style>
a { background-color: #71B71D; }
a { background-color: rgb(113,183,29); }
div.DivClassName
{
background-color: #71B71D;
}
.BgClassName
{
background-color: #71B71D;
}
</style>
border-color css
<style>
span { border-color: #71B71D; }
span { border-color: rgb(113,183,29); }
td.TdClassName
{
border-color: #71B71D;
}
.TagClassName
{
border-color: #71B71D;
}
</style>