Shades of La Rioja #C5D110
Tints of La Rioja #C5D110
RGB
CMYK
RGB Variations
Color information
#C5D110 (or 0xC5D110) is known color: La Rioja. HEX triplet: C5, D1 and 10. RGB value is (197,209,16). Sum of RGB (Red+Green+Blue) = 197+209+16=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D110 is #3A2EEF. Grayscale: #B8B8B8. Windows color (decimal): -3813104 or 1102277. OLE color: 1102277.
HSL color Cylindrical-coordinate representation of color #C5D110: hue angle of 63.73º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5D110 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.18 |
| HSL | 63.73º | 0.86% | 0.44% | - |
| HSV(B) | 63.73º | 0.92% | 0.82% | - |
| XYZ | 45.92 | 57.51 | 9.17 | - |
| YUV | 183.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 16 | 0.06 | 0 | 0.92 | 0.18 | 63.73 | 0.86 | 0.44 |
| Hex | C5 | D1 | 10 | 6 | 0 | 5C | 12 | 40 | 56 | 2C |
| Octal | 305 | 321 | 20 | 6 | 0 | 134 | 22 | 100 | 126 | 54 |
| Binary | 11000101 | 11010001 | 10000 | 110 | 0 | 1011100 | 10010 | 1000000 | 1010110 | 101100 |
Color Harmonies of #C5D110
Complementary color
Monochromatic Colors of #C5D110
Black with #C5D110
Text Example
Text Example
White with #C5D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D110; }
p { color: rgb(197,209,16); }
H1.HeaderClassName
{
color: #C5D110;
}
.AnyTagClassName
{
color: #C5D110;
}
</style>
background-color css
<style>
a { background-color: #C5D110; }
a { background-color: rgb(197,209,16); }
div.DivClassName
{
background-color: #C5D110;
}
.BgClassName
{
background-color: #C5D110;
}
</style>
border-color css
<style>
span { border-color: #C5D110; }
span { border-color: rgb(197,209,16); }
td.TdClassName
{
border-color: #C5D110;
}
.TagClassName
{
border-color: #C5D110;
}
</style>