Shades of La Rioja #C2D005
Tints of La Rioja #C2D005
RGB
CMYK
RGB Variations
Color information
#C2D005 (or 0xC2D005) is known color: La Rioja. HEX triplet: C2, D0 and 05. RGB value is (194,208,5). Sum of RGB (Red+Green+Blue) = 194+208+5=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D005 is #3D2FFA. Grayscale: #B5B5B5. Windows color (decimal): -4009979 or 381122. OLE color: 381122.
HSL color Cylindrical-coordinate representation of color #C2D005: hue angle of 64.14º degrees, saturation: 0.95, 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 #C2D005 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.18 |
| HSL | 64.14º | 0.95% | 0.42% | - |
| HSV(B) | 64.14º | 0.98% | 0.82% | - |
| XYZ | 44.83 | 56.59 | 8.7 | - |
| YUV | 180.67 | 28.86 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 5 | 0.07 | 0 | 0.98 | 0.18 | 64.14 | 0.95 | 0.42 |
| Hex | C2 | D0 | 5 | 7 | 0 | 62 | 12 | 40 | 5F | 2A |
| Octal | 302 | 320 | 5 | 7 | 0 | 142 | 22 | 100 | 137 | 52 |
| Binary | 11000010 | 11010000 | 101 | 111 | 0 | 1100010 | 10010 | 1000000 | 1011111 | 101010 |
Color Harmonies of #C2D005
Complementary color
Monochromatic Colors of #C2D005
Black with #C2D005
Text Example
Text Example
White with #C2D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D005; }
p { color: rgb(194,208,5); }
H1.HeaderClassName
{
color: #C2D005;
}
.AnyTagClassName
{
color: #C2D005;
}
</style>
background-color css
<style>
a { background-color: #C2D005; }
a { background-color: rgb(194,208,5); }
div.DivClassName
{
background-color: #C2D005;
}
.BgClassName
{
background-color: #C2D005;
}
</style>
border-color css
<style>
span { border-color: #C2D005; }
span { border-color: rgb(194,208,5); }
td.TdClassName
{
border-color: #C2D005;
}
.TagClassName
{
border-color: #C2D005;
}
</style>