Shades of Christi #71CE16
Tints of Christi #71CE16
RGB
CMYK
RGB Variations
Color information
#71CE16 (or 0x71CE16) is known color: Christi. HEX triplet: 71, CE and 16. RGB value is (113,206,22). Sum of RGB (Red+Green+Blue) = 113+206+22=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CE16 is #8E31E9. Grayscale: #9D9D9D. Windows color (decimal): -9318890 or 1494641. OLE color: 1494641.
HSL color Cylindrical-coordinate representation of color #71CE16: hue angle of 90.33º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71CE16 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 22 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.19 |
| HSL | 90.33º | 0.81% | 0.45% | - |
| HSV(B) | 90.33º | 0.89% | 0.81% | - |
| XYZ | 29.03 | 47.71 | 8.44 | - |
| YUV | 157.22 | 51.69 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 22 | 0.45 | 0 | 0.89 | 0.19 | 90.33 | 0.81 | 0.45 |
| Hex | 71 | CE | 16 | 2D | 0 | 59 | 13 | 5A | 51 | 2D |
| Octal | 161 | 316 | 26 | 55 | 0 | 131 | 23 | 132 | 121 | 55 |
| Binary | 1110001 | 11001110 | 10110 | 101101 | 0 | 1011001 | 10011 | 1011010 | 1010001 | 101101 |
Color Harmonies of #71CE16
Complementary color
Monochromatic Colors of #71CE16
Black with #71CE16
Text Example
Text Example
White with #71CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE16; }
p { color: rgb(113,206,22); }
H1.HeaderClassName
{
color: #71CE16;
}
.AnyTagClassName
{
color: #71CE16;
}
</style>
background-color css
<style>
a { background-color: #71CE16; }
a { background-color: rgb(113,206,22); }
div.DivClassName
{
background-color: #71CE16;
}
.BgClassName
{
background-color: #71CE16;
}
</style>
border-color css
<style>
span { border-color: #71CE16; }
span { border-color: rgb(113,206,22); }
td.TdClassName
{
border-color: #71CE16;
}
.TagClassName
{
border-color: #71CE16;
}
</style>