Shades of Christi #71C21B
Tints of Christi #71C21B
RGB
CMYK
RGB Variations
Color information
#71C21B (or 0x71C21B) is known color: Christi. HEX triplet: 71, C2 and 1B. RGB value is (113,194,27). Sum of RGB (Red+Green+Blue) = 113+194+27=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #71C21B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C21B is #8E3DE4. Grayscale: #979797. Windows color (decimal): -9321957 or 1819249. OLE color: 1819249.
HSL color Cylindrical-coordinate representation of color #71C21B: hue angle of 89.1º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71C21B is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 27 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.24 |
| HSL | 89.1º | 0.76% | 0.43% | - |
| HSV(B) | 89.1º | 0.86% | 0.76% | - |
| XYZ | 26.3 | 42.17 | 7.79 | - |
| YUV | 150.74 | 58.16 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 27 | 0.42 | 0 | 0.86 | 0.24 | 89.1 | 0.76 | 0.43 |
| Hex | 71 | C2 | 1B | 2A | 0 | 56 | 18 | 59 | 4C | 2B |
| Octal | 161 | 302 | 33 | 52 | 0 | 126 | 30 | 131 | 114 | 53 |
| Binary | 1110001 | 11000010 | 11011 | 101010 | 0 | 1010110 | 11000 | 1011001 | 1001100 | 101011 |
Color Harmonies of #71C21B
Complementary color
Monochromatic Colors of #71C21B
Black with #71C21B
Text Example
Text Example
White with #71C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C21B; }
p { color: rgb(113,194,27); }
H1.HeaderClassName
{
color: #71C21B;
}
.AnyTagClassName
{
color: #71C21B;
}
</style>
background-color css
<style>
a { background-color: #71C21B; }
a { background-color: rgb(113,194,27); }
div.DivClassName
{
background-color: #71C21B;
}
.BgClassName
{
background-color: #71C21B;
}
</style>
border-color css
<style>
span { border-color: #71C21B; }
span { border-color: rgb(113,194,27); }
td.TdClassName
{
border-color: #71C21B;
}
.TagClassName
{
border-color: #71C21B;
}
</style>