Shades of La Rioja #C5D80B
Tints of La Rioja #C5D80B
RGB
CMYK
RGB Variations
Color information
#C5D80B (or 0xC5D80B) is known color: La Rioja. HEX triplet: C5, D8 and 0B. RGB value is (197,216,11). Sum of RGB (Red+Green+Blue) = 197+216+11=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D80B is #3A27F4. Grayscale: #BBBBBB. Windows color (decimal): -3811317 or 776389. OLE color: 776389.
HSL color Cylindrical-coordinate representation of color #C5D80B: hue angle of 65.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5D80B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.15 |
| HSL | 65.56º | 0.9% | 0.45% | - |
| HSV(B) | 65.56º | 0.95% | 0.85% | - |
| XYZ | 47.64 | 61.01 | 9.58 | - |
| YUV | 186.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 11 | 0.09 | 0 | 0.95 | 0.15 | 65.56 | 0.9 | 0.45 |
| Hex | C5 | D8 | B | 9 | 0 | 5F | F | 42 | 5A | 2D |
| Octal | 305 | 330 | 13 | 11 | 0 | 137 | 17 | 102 | 132 | 55 |
| Binary | 11000101 | 11011000 | 1011 | 1001 | 0 | 1011111 | 1111 | 1000010 | 1011010 | 101101 |
Color Harmonies of #C5D80B
Complementary color
Monochromatic Colors of #C5D80B
Black with #C5D80B
Text Example
Text Example
White with #C5D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D80B; }
p { color: rgb(197,216,11); }
H1.HeaderClassName
{
color: #C5D80B;
}
.AnyTagClassName
{
color: #C5D80B;
}
</style>
background-color css
<style>
a { background-color: #C5D80B; }
a { background-color: rgb(197,216,11); }
div.DivClassName
{
background-color: #C5D80B;
}
.BgClassName
{
background-color: #C5D80B;
}
</style>
border-color css
<style>
span { border-color: #C5D80B; }
span { border-color: rgb(197,216,11); }
td.TdClassName
{
border-color: #C5D80B;
}
.TagClassName
{
border-color: #C5D80B;
}
</style>