Shades of La Rioja #C0D504
Tints of La Rioja #C0D504
RGB
CMYK
RGB Variations
Color information
#C0D504 (or 0xC0D504) is known color: La Rioja. HEX triplet: C0, D5 and 04. RGB value is (192,213,4). Sum of RGB (Red+Green+Blue) = 192+213+4=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D504 is #3F2AFB. Grayscale: #B7B7B7. Windows color (decimal): -4139772 or 316864. OLE color: 316864.
HSL color Cylindrical-coordinate representation of color #C0D504: hue angle of 66.03º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0D504 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.16 |
| HSL | 66.03º | 0.96% | 0.43% | - |
| HSV(B) | 66.03º | 0.98% | 0.84% | - |
| XYZ | 45.55 | 58.8 | 9.06 | - |
| YUV | 182.9 | 27.04 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 4 | 0.10 | 0 | 0.98 | 0.16 | 66.03 | 0.96 | 0.43 |
| Hex | C0 | D5 | 4 | A | 0 | 62 | 10 | 42 | 60 | 2B |
| Octal | 300 | 325 | 4 | 12 | 0 | 142 | 20 | 102 | 140 | 53 |
| Binary | 11000000 | 11010101 | 100 | 1010 | 0 | 1100010 | 10000 | 1000010 | 1100000 | 101011 |
Color Harmonies of #C0D504
Complementary color
Monochromatic Colors of #C0D504
Black with #C0D504
Text Example
Text Example
White with #C0D504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D504; }
p { color: rgb(192,213,4); }
H1.HeaderClassName
{
color: #C0D504;
}
.AnyTagClassName
{
color: #C0D504;
}
</style>
background-color css
<style>
a { background-color: #C0D504; }
a { background-color: rgb(192,213,4); }
div.DivClassName
{
background-color: #C0D504;
}
.BgClassName
{
background-color: #C0D504;
}
</style>
border-color css
<style>
span { border-color: #C0D504; }
span { border-color: rgb(192,213,4); }
td.TdClassName
{
border-color: #C0D504;
}
.TagClassName
{
border-color: #C0D504;
}
</style>