Shades of La Rioja #C2D10E
Tints of La Rioja #C2D10E
RGB
CMYK
RGB Variations
Color information
#C2D10E (or 0xC2D10E) is known color: La Rioja. HEX triplet: C2, D1 and 0E. RGB value is (194,209,14). Sum of RGB (Red+Green+Blue) = 194+209+14=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D10E is #3D2EF1. Grayscale: #B7B7B7. Windows color (decimal): -4009714 or 971202. OLE color: 971202.
HSL color Cylindrical-coordinate representation of color #C2D10E: hue angle of 64.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2D10E is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 14 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.18 |
| HSL | 64.62º | 0.87% | 0.44% | - |
| HSV(B) | 64.62º | 0.93% | 0.82% | - |
| XYZ | 45.13 | 57.1 | 9.06 | - |
| YUV | 182.29 | 33.03 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 14 | 0.07 | 0 | 0.93 | 0.18 | 64.62 | 0.87 | 0.44 |
| Hex | C2 | D1 | E | 7 | 0 | 5D | 12 | 41 | 57 | 2C |
| Octal | 302 | 321 | 16 | 7 | 0 | 135 | 22 | 101 | 127 | 54 |
| Binary | 11000010 | 11010001 | 1110 | 111 | 0 | 1011101 | 10010 | 1000001 | 1010111 | 101100 |
Color Harmonies of #C2D10E
Complementary color
Monochromatic Colors of #C2D10E
Black with #C2D10E
Text Example
Text Example
White with #C2D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D10E; }
p { color: rgb(194,209,14); }
H1.HeaderClassName
{
color: #C2D10E;
}
.AnyTagClassName
{
color: #C2D10E;
}
</style>
background-color css
<style>
a { background-color: #C2D10E; }
a { background-color: rgb(194,209,14); }
div.DivClassName
{
background-color: #C2D10E;
}
.BgClassName
{
background-color: #C2D10E;
}
</style>
border-color css
<style>
span { border-color: #C2D10E; }
span { border-color: rgb(194,209,14); }
td.TdClassName
{
border-color: #C2D10E;
}
.TagClassName
{
border-color: #C2D10E;
}
</style>