Shades of La Rioja #C2D104
Tints of La Rioja #C2D104
RGB
CMYK
RGB Variations
Color information
#C2D104 (or 0xC2D104) is known color: La Rioja. HEX triplet: C2, D1 and 04. RGB value is (194,209,4). Sum of RGB (Red+Green+Blue) = 194+209+4=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D104 is #3D2EFB. Grayscale: #B5B5B5. Windows color (decimal): -4009724 or 315842. OLE color: 315842.
HSL color Cylindrical-coordinate representation of color #C2D104: hue angle of 64.39º 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 #C2D104 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.18 |
| HSL | 64.39º | 0.96% | 0.42% | - |
| HSV(B) | 64.39º | 0.98% | 0.82% | - |
| XYZ | 45.07 | 57.08 | 8.76 | - |
| YUV | 181.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 4 | 0.07 | 0 | 0.98 | 0.18 | 64.39 | 0.96 | 0.42 |
| Hex | C2 | D1 | 4 | 7 | 0 | 62 | 12 | 40 | 60 | 2A |
| Octal | 302 | 321 | 4 | 7 | 0 | 142 | 22 | 100 | 140 | 52 |
| Binary | 11000010 | 11010001 | 100 | 111 | 0 | 1100010 | 10010 | 1000000 | 1100000 | 101010 |
Color Harmonies of #C2D104
Complementary color
Monochromatic Colors of #C2D104
Black with #C2D104
Text Example
Text Example
White with #C2D104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D104; }
p { color: rgb(194,209,4); }
H1.HeaderClassName
{
color: #C2D104;
}
.AnyTagClassName
{
color: #C2D104;
}
</style>
background-color css
<style>
a { background-color: #C2D104; }
a { background-color: rgb(194,209,4); }
div.DivClassName
{
background-color: #C2D104;
}
.BgClassName
{
background-color: #C2D104;
}
</style>
border-color css
<style>
span { border-color: #C2D104; }
span { border-color: rgb(194,209,4); }
td.TdClassName
{
border-color: #C2D104;
}
.TagClassName
{
border-color: #C2D104;
}
</style>