Shades of La Rioja #C4D004
Tints of La Rioja #C4D004
RGB
CMYK
RGB Variations
Color information
#C4D004 (or 0xC4D004) is known color: La Rioja. HEX triplet: C4, D0 and 04. RGB value is (196,208,4). Sum of RGB (Red+Green+Blue) = 196+208+4=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D004 is #3B2FFB. Grayscale: #B5B5B5. Windows color (decimal): -3878908 or 315588. OLE color: 315588.
HSL color Cylindrical-coordinate representation of color #C4D004: hue angle of 63.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4D004 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.18 |
| HSL | 63.53º | 0.96% | 0.42% | - |
| HSV(B) | 63.53º | 0.98% | 0.82% | - |
| XYZ | 45.34 | 56.86 | 8.7 | - |
| YUV | 181.16 | 28.02 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 4 | 0.06 | 0 | 0.98 | 0.18 | 63.53 | 0.96 | 0.42 |
| Hex | C4 | D0 | 4 | 6 | 0 | 62 | 12 | 40 | 60 | 2A |
| Octal | 304 | 320 | 4 | 6 | 0 | 142 | 22 | 100 | 140 | 52 |
| Binary | 11000100 | 11010000 | 100 | 110 | 0 | 1100010 | 10010 | 1000000 | 1100000 | 101010 |
Color Harmonies of #C4D004
Complementary color
Monochromatic Colors of #C4D004
Black with #C4D004
Text Example
Text Example
White with #C4D004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D004; }
p { color: rgb(196,208,4); }
H1.HeaderClassName
{
color: #C4D004;
}
.AnyTagClassName
{
color: #C4D004;
}
</style>
background-color css
<style>
a { background-color: #C4D004; }
a { background-color: rgb(196,208,4); }
div.DivClassName
{
background-color: #C4D004;
}
.BgClassName
{
background-color: #C4D004;
}
</style>
border-color css
<style>
span { border-color: #C4D004; }
span { border-color: rgb(196,208,4); }
td.TdClassName
{
border-color: #C4D004;
}
.TagClassName
{
border-color: #C4D004;
}
</style>