Shades of La Rioja #C5D50B
Tints of La Rioja #C5D50B
RGB
CMYK
RGB Variations
Color information
#C5D50B (or 0xC5D50B) is known color: La Rioja. HEX triplet: C5, D5 and 0B. RGB value is (197,213,11). Sum of RGB (Red+Green+Blue) = 197+213+11=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D50B is #3A2AF4. Grayscale: #B9B9B9. Windows color (decimal): -3812085 or 775621. OLE color: 775621.
HSL color Cylindrical-coordinate representation of color #C5D50B: hue angle of 64.75º degrees, saturation: 0.9, 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 #C5D50B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.16 |
| HSL | 64.75º | 0.9% | 0.44% | - |
| HSV(B) | 64.75º | 0.95% | 0.84% | - |
| XYZ | 46.88 | 59.48 | 9.33 | - |
| YUV | 185.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 11 | 0.08 | 0 | 0.95 | 0.16 | 64.75 | 0.9 | 0.44 |
| Hex | C5 | D5 | B | 8 | 0 | 5F | 10 | 41 | 5A | 2C |
| Octal | 305 | 325 | 13 | 10 | 0 | 137 | 20 | 101 | 132 | 54 |
| Binary | 11000101 | 11010101 | 1011 | 1000 | 0 | 1011111 | 10000 | 1000001 | 1011010 | 101100 |
Color Harmonies of #C5D50B
Complementary color
Monochromatic Colors of #C5D50B
Black with #C5D50B
Text Example
Text Example
White with #C5D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D50B; }
p { color: rgb(197,213,11); }
H1.HeaderClassName
{
color: #C5D50B;
}
.AnyTagClassName
{
color: #C5D50B;
}
</style>
background-color css
<style>
a { background-color: #C5D50B; }
a { background-color: rgb(197,213,11); }
div.DivClassName
{
background-color: #C5D50B;
}
.BgClassName
{
background-color: #C5D50B;
}
</style>
border-color css
<style>
span { border-color: #C5D50B; }
span { border-color: rgb(197,213,11); }
td.TdClassName
{
border-color: #C5D50B;
}
.TagClassName
{
border-color: #C5D50B;
}
</style>