Shades of La Rioja #C2D704
Tints of La Rioja #C2D704
RGB
CMYK
RGB Variations
Color information
#C2D704 (or 0xC2D704) is known color: La Rioja. HEX triplet: C2, D7 and 04. RGB value is (194,215,4). Sum of RGB (Red+Green+Blue) = 194+215+4=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D704 is #3D28FB. Grayscale: #B9B9B9. Windows color (decimal): -4008188 or 317378. OLE color: 317378.
HSL color Cylindrical-coordinate representation of color #C2D704: hue angle of 65.97º 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 #C2D704 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.16 |
| HSL | 65.97º | 0.96% | 0.43% | - |
| HSV(B) | 65.97º | 0.98% | 0.84% | - |
| XYZ | 46.57 | 60.08 | 9.26 | - |
| YUV | 184.67 | 26.04 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 4 | 0.10 | 0 | 0.98 | 0.16 | 65.97 | 0.96 | 0.43 |
| Hex | C2 | D7 | 4 | A | 0 | 62 | 10 | 42 | 60 | 2B |
| Octal | 302 | 327 | 4 | 12 | 0 | 142 | 20 | 102 | 140 | 53 |
| Binary | 11000010 | 11010111 | 100 | 1010 | 0 | 1100010 | 10000 | 1000010 | 1100000 | 101011 |
Color Harmonies of #C2D704
Complementary color
Monochromatic Colors of #C2D704
Black with #C2D704
Text Example
Text Example
White with #C2D704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D704; }
p { color: rgb(194,215,4); }
H1.HeaderClassName
{
color: #C2D704;
}
.AnyTagClassName
{
color: #C2D704;
}
</style>
background-color css
<style>
a { background-color: #C2D704; }
a { background-color: rgb(194,215,4); }
div.DivClassName
{
background-color: #C2D704;
}
.BgClassName
{
background-color: #C2D704;
}
</style>
border-color css
<style>
span { border-color: #C2D704; }
span { border-color: rgb(194,215,4); }
td.TdClassName
{
border-color: #C2D704;
}
.TagClassName
{
border-color: #C2D704;
}
</style>