Shades of La Rioja #C5D404
Tints of La Rioja #C5D404
RGB
CMYK
RGB Variations
Color information
#C5D404 (or 0xC5D404) is known color: La Rioja. HEX triplet: C5, D4 and 04. RGB value is (197,212,4). Sum of RGB (Red+Green+Blue) = 197+212+4=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D404 is #3A2BFB. Grayscale: #B8B8B8. Windows color (decimal): -3812348 or 316613. OLE color: 316613.
HSL color Cylindrical-coordinate representation of color #C5D404: hue angle of 64.33º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5D404 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.17 |
| HSL | 64.33º | 0.96% | 0.42% | - |
| HSV(B) | 64.33º | 0.98% | 0.83% | - |
| XYZ | 46.59 | 58.97 | 9.04 | - |
| YUV | 183.8 | 26.53 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 4 | 0.07 | 0 | 0.98 | 0.17 | 64.33 | 0.96 | 0.42 |
| Hex | C5 | D4 | 4 | 7 | 0 | 62 | 11 | 40 | 60 | 2A |
| Octal | 305 | 324 | 4 | 7 | 0 | 142 | 21 | 100 | 140 | 52 |
| Binary | 11000101 | 11010100 | 100 | 111 | 0 | 1100010 | 10001 | 1000000 | 1100000 | 101010 |
Color Harmonies of #C5D404
Complementary color
Monochromatic Colors of #C5D404
Black with #C5D404
Text Example
Text Example
White with #C5D404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D404; }
p { color: rgb(197,212,4); }
H1.HeaderClassName
{
color: #C5D404;
}
.AnyTagClassName
{
color: #C5D404;
}
</style>
background-color css
<style>
a { background-color: #C5D404; }
a { background-color: rgb(197,212,4); }
div.DivClassName
{
background-color: #C5D404;
}
.BgClassName
{
background-color: #C5D404;
}
</style>
border-color css
<style>
span { border-color: #C5D404; }
span { border-color: rgb(197,212,4); }
td.TdClassName
{
border-color: #C5D404;
}
.TagClassName
{
border-color: #C5D404;
}
</style>