Shades of Christi #71CF16
Tints of Christi #71CF16
RGB
CMYK
RGB Variations
Color information
#71CF16 (or 0x71CF16) is known color: Christi. HEX triplet: 71, CF and 16. RGB value is (113,207,22). Sum of RGB (Red+Green+Blue) = 113+207+22=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CF16 is #8E30E9. Grayscale: #9E9E9E. Windows color (decimal): -9318634 or 1494897. OLE color: 1494897.
HSL color Cylindrical-coordinate representation of color #71CF16: hue angle of 90.49º 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 #71CF16 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 22 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.19 |
| HSL | 90.49º | 0.81% | 0.45% | - |
| HSV(B) | 90.49º | 0.89% | 0.81% | - |
| XYZ | 29.27 | 48.19 | 8.52 | - |
| YUV | 157.8 | 51.36 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 22 | 0.45 | 0 | 0.89 | 0.19 | 90.49 | 0.81 | 0.45 |
| Hex | 71 | CF | 16 | 2D | 0 | 59 | 13 | 5A | 51 | 2D |
| Octal | 161 | 317 | 26 | 55 | 0 | 131 | 23 | 132 | 121 | 55 |
| Binary | 1110001 | 11001111 | 10110 | 101101 | 0 | 1011001 | 10011 | 1011010 | 1010001 | 101101 |
Color Harmonies of #71CF16
Complementary color
Monochromatic Colors of #71CF16
Black with #71CF16
Text Example
Text Example
White with #71CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF16; }
p { color: rgb(113,207,22); }
H1.HeaderClassName
{
color: #71CF16;
}
.AnyTagClassName
{
color: #71CF16;
}
</style>
background-color css
<style>
a { background-color: #71CF16; }
a { background-color: rgb(113,207,22); }
div.DivClassName
{
background-color: #71CF16;
}
.BgClassName
{
background-color: #71CF16;
}
</style>
border-color css
<style>
span { border-color: #71CF16; }
span { border-color: rgb(113,207,22); }
td.TdClassName
{
border-color: #71CF16;
}
.TagClassName
{
border-color: #71CF16;
}
</style>