Shades of La Rioja #C3D004
Tints of La Rioja #C3D004
RGB
CMYK
RGB Variations
Color information
#C3D004 (or 0xC3D004) is known color: La Rioja. HEX triplet: C3, D0 and 04. RGB value is (195,208,4). Sum of RGB (Red+Green+Blue) = 195+208+4=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D004 is #3C2FFB. Grayscale: #B5B5B5. Windows color (decimal): -3944444 or 315587. OLE color: 315587.
HSL color Cylindrical-coordinate representation of color #C3D004: hue angle of 63.82º 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 #C3D004 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.18 |
| HSL | 63.82º | 0.96% | 0.42% | - |
| HSV(B) | 63.82º | 0.98% | 0.82% | - |
| XYZ | 45.08 | 56.72 | 8.69 | - |
| YUV | 180.86 | 28.19 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 4 | 0.06 | 0 | 0.98 | 0.18 | 63.82 | 0.96 | 0.42 |
| Hex | C3 | D0 | 4 | 6 | 0 | 62 | 12 | 40 | 60 | 2A |
| Octal | 303 | 320 | 4 | 6 | 0 | 142 | 22 | 100 | 140 | 52 |
| Binary | 11000011 | 11010000 | 100 | 110 | 0 | 1100010 | 10010 | 1000000 | 1100000 | 101010 |
Color Harmonies of #C3D004
Complementary color
Monochromatic Colors of #C3D004
Black with #C3D004
Text Example
Text Example
White with #C3D004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D004; }
p { color: rgb(195,208,4); }
H1.HeaderClassName
{
color: #C3D004;
}
.AnyTagClassName
{
color: #C3D004;
}
</style>
background-color css
<style>
a { background-color: #C3D004; }
a { background-color: rgb(195,208,4); }
div.DivClassName
{
background-color: #C3D004;
}
.BgClassName
{
background-color: #C3D004;
}
</style>
border-color css
<style>
span { border-color: #C3D004; }
span { border-color: rgb(195,208,4); }
td.TdClassName
{
border-color: #C3D004;
}
.TagClassName
{
border-color: #C3D004;
}
</style>