Shades of La Rioja #C5CE00
Tints of La Rioja #C5CE00
RGB
CMYK
RGB Variations
Color information
#C5CE00 (or 0xC5CE00) is known color: La Rioja. HEX triplet: C5, CE and 00. RGB value is (197,206,0). Sum of RGB (Red+Green+Blue) = 197+206+0=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CE00 is #3A31FF. Grayscale: #B4B4B4. Windows color (decimal): -3813888 or 52933. OLE color: 52933.
HSL color Cylindrical-coordinate representation of color #C5CE00: hue angle of 62.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5CE00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.19 |
| HSL | 62.62º | 1% | 0.4% | - |
| HSV(B) | 62.62º | 1% | 0.81% | - |
| XYZ | 45.1 | 56.01 | 8.43 | - |
| YUV | 179.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 0 | 0.04 | 0 | 1 | 0.19 | 62.62 | 1 | 0.4 |
| Hex | C5 | CE | 0 | 4 | 0 | 64 | 13 | 3F | 64 | 28 |
| Octal | 305 | 316 | 0 | 4 | 0 | 144 | 23 | 77 | 144 | 50 |
| Binary | 11000101 | 11001110 | 0 | 100 | 0 | 1100100 | 10011 | 111111 | 1100100 | 101000 |
Color Harmonies of #C5CE00
Complementary color
Monochromatic Colors of #C5CE00
Black with #C5CE00
Text Example
Text Example
White with #C5CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE00; }
p { color: rgb(197,206,0); }
H1.HeaderClassName
{
color: #C5CE00;
}
.AnyTagClassName
{
color: #C5CE00;
}
</style>
background-color css
<style>
a { background-color: #C5CE00; }
a { background-color: rgb(197,206,0); }
div.DivClassName
{
background-color: #C5CE00;
}
.BgClassName
{
background-color: #C5CE00;
}
</style>
border-color css
<style>
span { border-color: #C5CE00; }
span { border-color: rgb(197,206,0); }
td.TdClassName
{
border-color: #C5CE00;
}
.TagClassName
{
border-color: #C5CE00;
}
</style>