Shades of Christi #71B71C
Tints of Christi #71B71C
RGB
CMYK
RGB Variations
Color information
#71B71C (or 0x71B71C) is known color: Christi. HEX triplet: 71, B7 and 1C. RGB value is (113,183,28). Sum of RGB (Red+Green+Blue) = 113+183+28=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #71B71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B71C is #8E48E3. Grayscale: #909090. Windows color (decimal): -9324772 or 1881969. OLE color: 1881969.
HSL color Cylindrical-coordinate representation of color #71B71C: hue angle of 87.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71B71C is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 28 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.28 |
| HSL | 87.1º | 0.73% | 0.41% | - |
| HSV(B) | 87.1º | 0.85% | 0.72% | - |
| XYZ | 23.95 | 37.46 | 7.07 | - |
| YUV | 144.4 | 62.31 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 28 | 0.38 | 0 | 0.85 | 0.28 | 87.1 | 0.73 | 0.41 |
| Hex | 71 | B7 | 1C | 26 | 0 | 55 | 1C | 57 | 49 | 29 |
| Octal | 161 | 267 | 34 | 46 | 0 | 125 | 34 | 127 | 111 | 51 |
| Binary | 1110001 | 10110111 | 11100 | 100110 | 0 | 1010101 | 11100 | 1010111 | 1001001 | 101001 |
Color Harmonies of #71B71C
Complementary color
Monochromatic Colors of #71B71C
Black with #71B71C
Text Example
Text Example
White with #71B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B71C; }
p { color: rgb(113,183,28); }
H1.HeaderClassName
{
color: #71B71C;
}
.AnyTagClassName
{
color: #71B71C;
}
</style>
background-color css
<style>
a { background-color: #71B71C; }
a { background-color: rgb(113,183,28); }
div.DivClassName
{
background-color: #71B71C;
}
.BgClassName
{
background-color: #71B71C;
}
</style>
border-color css
<style>
span { border-color: #71B71C; }
span { border-color: rgb(113,183,28); }
td.TdClassName
{
border-color: #71B71C;
}
.TagClassName
{
border-color: #71B71C;
}
</style>