Shades of La Rioja #C5D50A
Tints of La Rioja #C5D50A
RGB
CMYK
RGB Variations
Color information
#C5D50A (or 0xC5D50A) is known color: La Rioja. HEX triplet: C5, D5 and 0A. RGB value is (197,213,10). Sum of RGB (Red+Green+Blue) = 197+213+10=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D50A is #3A2AF5. Grayscale: #B9B9B9. Windows color (decimal): -3812086 or 710085. OLE color: 710085.
HSL color Cylindrical-coordinate representation of color #C5D50A: hue angle of 64.73º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5D50A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 10 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.16 |
| HSL | 64.73º | 0.91% | 0.44% | - |
| HSV(B) | 64.73º | 0.95% | 0.84% | - |
| XYZ | 46.88 | 59.48 | 9.3 | - |
| YUV | 185.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 10 | 0.08 | 0 | 0.95 | 0.16 | 64.73 | 0.91 | 0.44 |
| Hex | C5 | D5 | A | 8 | 0 | 5F | 10 | 41 | 5B | 2C |
| Octal | 305 | 325 | 12 | 10 | 0 | 137 | 20 | 101 | 133 | 54 |
| Binary | 11000101 | 11010101 | 1010 | 1000 | 0 | 1011111 | 10000 | 1000001 | 1011011 | 101100 |
Color Harmonies of #C5D50A
Complementary color
Monochromatic Colors of #C5D50A
Black with #C5D50A
Text Example
Text Example
White with #C5D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D50A; }
p { color: rgb(197,213,10); }
H1.HeaderClassName
{
color: #C5D50A;
}
.AnyTagClassName
{
color: #C5D50A;
}
</style>
background-color css
<style>
a { background-color: #C5D50A; }
a { background-color: rgb(197,213,10); }
div.DivClassName
{
background-color: #C5D50A;
}
.BgClassName
{
background-color: #C5D50A;
}
</style>
border-color css
<style>
span { border-color: #C5D50A; }
span { border-color: rgb(197,213,10); }
td.TdClassName
{
border-color: #C5D50A;
}
.TagClassName
{
border-color: #C5D50A;
}
</style>