Shades of Christi #71C120
Tints of Christi #71C120
RGB
CMYK
RGB Variations
Color information
#71C120 (or 0x71C120) is known color: Christi. HEX triplet: 71, C1 and 20. RGB value is (113,193,32). Sum of RGB (Red+Green+Blue) = 113+193+32=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #71C120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C120 is #8E3EDF. Grayscale: #979797. Windows color (decimal): -9322208 or 2146673. OLE color: 2146673.
HSL color Cylindrical-coordinate representation of color #71C120: hue angle of 89.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71C120 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 32 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.24 |
| HSL | 89.81º | 0.72% | 0.44% | - |
| HSV(B) | 89.81º | 0.83% | 0.76% | - |
| XYZ | 26.14 | 41.75 | 8.05 | - |
| YUV | 150.73 | 61 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 32 | 0.41 | 0 | 0.83 | 0.24 | 89.81 | 0.72 | 0.44 |
| Hex | 71 | C1 | 20 | 29 | 0 | 53 | 18 | 5A | 48 | 2C |
| Octal | 161 | 301 | 40 | 51 | 0 | 123 | 30 | 132 | 110 | 54 |
| Binary | 1110001 | 11000001 | 100000 | 101001 | 0 | 1010011 | 11000 | 1011010 | 1001000 | 101100 |
Color Harmonies of #71C120
Complementary color
Monochromatic Colors of #71C120
Black with #71C120
Text Example
Text Example
White with #71C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C120; }
p { color: rgb(113,193,32); }
H1.HeaderClassName
{
color: #71C120;
}
.AnyTagClassName
{
color: #71C120;
}
</style>
background-color css
<style>
a { background-color: #71C120; }
a { background-color: rgb(113,193,32); }
div.DivClassName
{
background-color: #71C120;
}
.BgClassName
{
background-color: #71C120;
}
</style>
border-color css
<style>
span { border-color: #71C120; }
span { border-color: rgb(113,193,32); }
td.TdClassName
{
border-color: #71C120;
}
.TagClassName
{
border-color: #71C120;
}
</style>