Shades of La Rioja #C5D200
Tints of La Rioja #C5D200
RGB
CMYK
RGB Variations
Color information
#C5D200 (or 0xC5D200) is known color: La Rioja. HEX triplet: C5, D2 and 00. RGB value is (197,210,0). Sum of RGB (Red+Green+Blue) = 197+210+0=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D200 is #3A2DFF. Grayscale: #B7B7B7. Windows color (decimal): -3812864 or 53957. OLE color: 53957.
HSL color Cylindrical-coordinate representation of color #C5D200: hue angle of 63.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5D200 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.18 |
| HSL | 63.71º | 1% | 0.41% | - |
| HSV(B) | 63.71º | 1% | 0.82% | - |
| XYZ | 46.07 | 57.96 | 8.76 | - |
| YUV | 182.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 0 | 0.06 | 0 | 1 | 0.18 | 63.71 | 1 | 0.41 |
| Hex | C5 | D2 | 0 | 6 | 0 | 64 | 12 | 40 | 64 | 29 |
| Octal | 305 | 322 | 0 | 6 | 0 | 144 | 22 | 100 | 144 | 51 |
| Binary | 11000101 | 11010010 | 0 | 110 | 0 | 1100100 | 10010 | 1000000 | 1100100 | 101001 |
Color Harmonies of #C5D200
Complementary color
Monochromatic Colors of #C5D200
Black with #C5D200
Text Example
Text Example
White with #C5D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D200; }
p { color: rgb(197,210,0); }
H1.HeaderClassName
{
color: #C5D200;
}
.AnyTagClassName
{
color: #C5D200;
}
</style>
background-color css
<style>
a { background-color: #C5D200; }
a { background-color: rgb(197,210,0); }
div.DivClassName
{
background-color: #C5D200;
}
.BgClassName
{
background-color: #C5D200;
}
</style>
border-color css
<style>
span { border-color: #C5D200; }
span { border-color: rgb(197,210,0); }
td.TdClassName
{
border-color: #C5D200;
}
.TagClassName
{
border-color: #C5D200;
}
</style>