Shades of La Rioja #C0D704
Tints of La Rioja #C0D704
RGB
CMYK
RGB Variations
Color information
#C0D704 (or 0xC0D704) is known color: La Rioja. HEX triplet: C0, D7 and 04. RGB value is (192,215,4). Sum of RGB (Red+Green+Blue) = 192+215+4=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D704 is #3F28FB. Grayscale: #B8B8B8. Windows color (decimal): -4139260 or 317376. OLE color: 317376.
HSL color Cylindrical-coordinate representation of color #C0D704: hue angle of 66.54º 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 #C0D704 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.16 |
| HSL | 66.54º | 0.96% | 0.43% | - |
| HSV(B) | 66.54º | 0.98% | 0.84% | - |
| XYZ | 46.06 | 59.82 | 9.23 | - |
| YUV | 184.07 | 26.38 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 4 | 0.11 | 0 | 0.98 | 0.16 | 66.54 | 0.96 | 0.43 |
| Hex | C0 | D7 | 4 | B | 0 | 62 | 10 | 43 | 60 | 2B |
| Octal | 300 | 327 | 4 | 13 | 0 | 142 | 20 | 103 | 140 | 53 |
| Binary | 11000000 | 11010111 | 100 | 1011 | 0 | 1100010 | 10000 | 1000011 | 1100000 | 101011 |
Color Harmonies of #C0D704
Complementary color
Monochromatic Colors of #C0D704
Black with #C0D704
Text Example
Text Example
White with #C0D704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D704; }
p { color: rgb(192,215,4); }
H1.HeaderClassName
{
color: #C0D704;
}
.AnyTagClassName
{
color: #C0D704;
}
</style>
background-color css
<style>
a { background-color: #C0D704; }
a { background-color: rgb(192,215,4); }
div.DivClassName
{
background-color: #C0D704;
}
.BgClassName
{
background-color: #C0D704;
}
</style>
border-color css
<style>
span { border-color: #C0D704; }
span { border-color: rgb(192,215,4); }
td.TdClassName
{
border-color: #C0D704;
}
.TagClassName
{
border-color: #C0D704;
}
</style>