Shades of La Rioja #C5D40A
Tints of La Rioja #C5D40A
RGB
CMYK
RGB Variations
Color information
#C5D40A (or 0xC5D40A) is known color: La Rioja. HEX triplet: C5, D4 and 0A. RGB value is (197,212,10). Sum of RGB (Red+Green+Blue) = 197+212+10=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D40A is #3A2BF5. Grayscale: #B9B9B9. Windows color (decimal): -3812342 or 709829. OLE color: 709829.
HSL color Cylindrical-coordinate representation of color #C5D40A: hue angle of 64.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5D40A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.17 |
| HSL | 64.46º | 0.91% | 0.44% | - |
| HSV(B) | 64.46º | 0.95% | 0.83% | - |
| XYZ | 46.62 | 58.98 | 9.21 | - |
| YUV | 184.49 | 29.53 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 10 | 0.07 | 0 | 0.95 | 0.17 | 64.46 | 0.91 | 0.44 |
| Hex | C5 | D4 | A | 7 | 0 | 5F | 11 | 40 | 5B | 2C |
| Octal | 305 | 324 | 12 | 7 | 0 | 137 | 21 | 100 | 133 | 54 |
| Binary | 11000101 | 11010100 | 1010 | 111 | 0 | 1011111 | 10001 | 1000000 | 1011011 | 101100 |
Color Harmonies of #C5D40A
Complementary color
Monochromatic Colors of #C5D40A
Black with #C5D40A
Text Example
Text Example
White with #C5D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D40A; }
p { color: rgb(197,212,10); }
H1.HeaderClassName
{
color: #C5D40A;
}
.AnyTagClassName
{
color: #C5D40A;
}
</style>
background-color css
<style>
a { background-color: #C5D40A; }
a { background-color: rgb(197,212,10); }
div.DivClassName
{
background-color: #C5D40A;
}
.BgClassName
{
background-color: #C5D40A;
}
</style>
border-color css
<style>
span { border-color: #C5D40A; }
span { border-color: rgb(197,212,10); }
td.TdClassName
{
border-color: #C5D40A;
}
.TagClassName
{
border-color: #C5D40A;
}
</style>