Shades of Christi #71C31A
Tints of Christi #71C31A
RGB
CMYK
RGB Variations
Color information
#71C31A (or 0x71C31A) is known color: Christi. HEX triplet: 71, C3 and 1A. RGB value is (113,195,26). Sum of RGB (Red+Green+Blue) = 113+195+26=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #71C31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C31A is #8E3CE5. Grayscale: #979797. Windows color (decimal): -9321702 or 1753969. OLE color: 1753969.
HSL color Cylindrical-coordinate representation of color #71C31A: hue angle of 89.11º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71C31A is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 26 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.24 |
| HSL | 89.11º | 0.76% | 0.43% | - |
| HSV(B) | 89.11º | 0.87% | 0.76% | - |
| XYZ | 26.51 | 42.62 | 7.81 | - |
| YUV | 151.22 | 57.33 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 26 | 0.42 | 0 | 0.87 | 0.24 | 89.11 | 0.76 | 0.43 |
| Hex | 71 | C3 | 1A | 2A | 0 | 57 | 18 | 59 | 4C | 2B |
| Octal | 161 | 303 | 32 | 52 | 0 | 127 | 30 | 131 | 114 | 53 |
| Binary | 1110001 | 11000011 | 11010 | 101010 | 0 | 1010111 | 11000 | 1011001 | 1001100 | 101011 |
Color Harmonies of #71C31A
Complementary color
Monochromatic Colors of #71C31A
Black with #71C31A
Text Example
Text Example
White with #71C31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C31A; }
p { color: rgb(113,195,26); }
H1.HeaderClassName
{
color: #71C31A;
}
.AnyTagClassName
{
color: #71C31A;
}
</style>
background-color css
<style>
a { background-color: #71C31A; }
a { background-color: rgb(113,195,26); }
div.DivClassName
{
background-color: #71C31A;
}
.BgClassName
{
background-color: #71C31A;
}
</style>
border-color css
<style>
span { border-color: #71C31A; }
span { border-color: rgb(113,195,26); }
td.TdClassName
{
border-color: #71C31A;
}
.TagClassName
{
border-color: #71C31A;
}
</style>