Shades of La Rioja #C5D202
Tints of La Rioja #C5D202
RGB
CMYK
RGB Variations
Color information
#C5D202 (or 0xC5D202) is known color: La Rioja. HEX triplet: C5, D2 and 02. RGB value is (197,210,2). Sum of RGB (Red+Green+Blue) = 197+210+2=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D202 is #3A2DFD. Grayscale: #B7B7B7. Windows color (decimal): -3812862 or 185029. OLE color: 185029.
HSL color Cylindrical-coordinate representation of color #C5D202: hue angle of 63.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5D202 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.18 |
| HSL | 63.75º | 0.98% | 0.42% | - |
| HSV(B) | 63.75º | 0.99% | 0.82% | - |
| XYZ | 46.08 | 57.97 | 8.82 | - |
| YUV | 182.4 | 26.19 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 2 | 0.06 | 0 | 0.99 | 0.18 | 63.75 | 0.98 | 0.42 |
| Hex | C5 | D2 | 2 | 6 | 0 | 63 | 12 | 40 | 62 | 2A |
| Octal | 305 | 322 | 2 | 6 | 0 | 143 | 22 | 100 | 142 | 52 |
| Binary | 11000101 | 11010010 | 10 | 110 | 0 | 1100011 | 10010 | 1000000 | 1100010 | 101010 |
Color Harmonies of #C5D202
Complementary color
Monochromatic Colors of #C5D202
Black with #C5D202
Text Example
Text Example
White with #C5D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D202; }
p { color: rgb(197,210,2); }
H1.HeaderClassName
{
color: #C5D202;
}
.AnyTagClassName
{
color: #C5D202;
}
</style>
background-color css
<style>
a { background-color: #C5D202; }
a { background-color: rgb(197,210,2); }
div.DivClassName
{
background-color: #C5D202;
}
.BgClassName
{
background-color: #C5D202;
}
</style>
border-color css
<style>
span { border-color: #C5D202; }
span { border-color: rgb(197,210,2); }
td.TdClassName
{
border-color: #C5D202;
}
.TagClassName
{
border-color: #C5D202;
}
</style>