Shades of La Rioja #C5D802
Tints of La Rioja #C5D802
RGB
CMYK
RGB Variations
Color information
#C5D802 (or 0xC5D802) is known color: La Rioja. HEX triplet: C5, D8 and 02. RGB value is (197,216,2). Sum of RGB (Red+Green+Blue) = 197+216+2=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D802 is #3A27FD. Grayscale: #BABABA. Windows color (decimal): -3811326 or 186565. OLE color: 186565.
HSL color Cylindrical-coordinate representation of color #C5D802: hue angle of 65.33º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5D802 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.15 |
| HSL | 65.33º | 0.98% | 0.43% | - |
| HSV(B) | 65.33º | 0.99% | 0.85% | - |
| XYZ | 47.59 | 60.99 | 9.32 | - |
| YUV | 185.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 2 | 0.09 | 0 | 0.99 | 0.15 | 65.33 | 0.98 | 0.43 |
| Hex | C5 | D8 | 2 | 9 | 0 | 63 | F | 41 | 62 | 2B |
| Octal | 305 | 330 | 2 | 11 | 0 | 143 | 17 | 101 | 142 | 53 |
| Binary | 11000101 | 11011000 | 10 | 1001 | 0 | 1100011 | 1111 | 1000001 | 1100010 | 101011 |
Color Harmonies of #C5D802
Complementary color
Monochromatic Colors of #C5D802
Black with #C5D802
Text Example
Text Example
White with #C5D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D802; }
p { color: rgb(197,216,2); }
H1.HeaderClassName
{
color: #C5D802;
}
.AnyTagClassName
{
color: #C5D802;
}
</style>
background-color css
<style>
a { background-color: #C5D802; }
a { background-color: rgb(197,216,2); }
div.DivClassName
{
background-color: #C5D802;
}
.BgClassName
{
background-color: #C5D802;
}
</style>
border-color css
<style>
span { border-color: #C5D802; }
span { border-color: rgb(197,216,2); }
td.TdClassName
{
border-color: #C5D802;
}
.TagClassName
{
border-color: #C5D802;
}
</style>