Shades of Christi #71C81B
Tints of Christi #71C81B
RGB
CMYK
RGB Variations
Color information
#71C81B (or 0x71C81B) is known color: Christi. HEX triplet: 71, C8 and 1B. RGB value is (113,200,27). Sum of RGB (Red+Green+Blue) = 113+200+27=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #71C81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C81B is #8E37E4. Grayscale: #9A9A9A. Windows color (decimal): -9320421 or 1820785. OLE color: 1820785.
HSL color Cylindrical-coordinate representation of color #71C81B: hue angle of 90.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71C81B is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 27 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.22 |
| HSL | 90.17º | 0.76% | 0.45% | - |
| HSV(B) | 90.17º | 0.87% | 0.78% | - |
| XYZ | 27.66 | 44.9 | 8.25 | - |
| YUV | 154.27 | 56.18 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 27 | 0.44 | 0 | 0.86 | 0.22 | 90.17 | 0.76 | 0.45 |
| Hex | 71 | C8 | 1B | 2C | 0 | 56 | 16 | 5A | 4C | 2D |
| Octal | 161 | 310 | 33 | 54 | 0 | 126 | 26 | 132 | 114 | 55 |
| Binary | 1110001 | 11001000 | 11011 | 101100 | 0 | 1010110 | 10110 | 1011010 | 1001100 | 101101 |
Color Harmonies of #71C81B
Complementary color
Monochromatic Colors of #71C81B
Black with #71C81B
Text Example
Text Example
White with #71C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C81B; }
p { color: rgb(113,200,27); }
H1.HeaderClassName
{
color: #71C81B;
}
.AnyTagClassName
{
color: #71C81B;
}
</style>
background-color css
<style>
a { background-color: #71C81B; }
a { background-color: rgb(113,200,27); }
div.DivClassName
{
background-color: #71C81B;
}
.BgClassName
{
background-color: #71C81B;
}
</style>
border-color css
<style>
span { border-color: #71C81B; }
span { border-color: rgb(113,200,27); }
td.TdClassName
{
border-color: #71C81B;
}
.TagClassName
{
border-color: #71C81B;
}
</style>