Shades of La Rioja #C2D20E
Tints of La Rioja #C2D20E
RGB
CMYK
RGB Variations
Color information
#C2D20E (or 0xC2D20E) is known color: La Rioja. HEX triplet: C2, D2 and 0E. RGB value is (194,210,14). Sum of RGB (Red+Green+Blue) = 194+210+14=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D20E is #3D2DF1. Grayscale: #B7B7B7. Windows color (decimal): -4009458 or 971458. OLE color: 971458.
HSL color Cylindrical-coordinate representation of color #C2D20E: hue angle of 64.9º degrees, saturation: 0.88, 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 #C2D20E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 14 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.18 |
| HSL | 64.9º | 0.88% | 0.44% | - |
| HSV(B) | 64.9º | 0.93% | 0.82% | - |
| XYZ | 45.37 | 57.59 | 9.14 | - |
| YUV | 182.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 14 | 0.08 | 0 | 0.93 | 0.18 | 64.9 | 0.88 | 0.44 |
| Hex | C2 | D2 | E | 8 | 0 | 5D | 12 | 41 | 58 | 2C |
| Octal | 302 | 322 | 16 | 10 | 0 | 135 | 22 | 101 | 130 | 54 |
| Binary | 11000010 | 11010010 | 1110 | 1000 | 0 | 1011101 | 10010 | 1000001 | 1011000 | 101100 |
Color Harmonies of #C2D20E
Complementary color
Monochromatic Colors of #C2D20E
Black with #C2D20E
Text Example
Text Example
White with #C2D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D20E; }
p { color: rgb(194,210,14); }
H1.HeaderClassName
{
color: #C2D20E;
}
.AnyTagClassName
{
color: #C2D20E;
}
</style>
background-color css
<style>
a { background-color: #C2D20E; }
a { background-color: rgb(194,210,14); }
div.DivClassName
{
background-color: #C2D20E;
}
.BgClassName
{
background-color: #C2D20E;
}
</style>
border-color css
<style>
span { border-color: #C2D20E; }
span { border-color: rgb(194,210,14); }
td.TdClassName
{
border-color: #C2D20E;
}
.TagClassName
{
border-color: #C2D20E;
}
</style>