Shades of La Rioja #C2D002
Tints of La Rioja #C2D002
RGB
CMYK
RGB Variations
Color information
#C2D002 (or 0xC2D002) is known color: La Rioja. HEX triplet: C2, D0 and 02. RGB value is (194,208,2). Sum of RGB (Red+Green+Blue) = 194+208+2=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D002 is #3D2FFD. Grayscale: #B5B5B5. Windows color (decimal): -4009982 or 184514. OLE color: 184514.
HSL color Cylindrical-coordinate representation of color #C2D002: hue angle of 64.08º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2D002 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.18 |
| HSL | 64.08º | 0.98% | 0.41% | - |
| HSV(B) | 64.08º | 0.99% | 0.82% | - |
| XYZ | 44.81 | 56.59 | 8.62 | - |
| YUV | 180.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 2 | 0.07 | 0 | 0.99 | 0.18 | 64.08 | 0.98 | 0.41 |
| Hex | C2 | D0 | 2 | 7 | 0 | 63 | 12 | 40 | 62 | 29 |
| Octal | 302 | 320 | 2 | 7 | 0 | 143 | 22 | 100 | 142 | 51 |
| Binary | 11000010 | 11010000 | 10 | 111 | 0 | 1100011 | 10010 | 1000000 | 1100010 | 101001 |
Color Harmonies of #C2D002
Complementary color
Monochromatic Colors of #C2D002
Black with #C2D002
Text Example
Text Example
White with #C2D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D002; }
p { color: rgb(194,208,2); }
H1.HeaderClassName
{
color: #C2D002;
}
.AnyTagClassName
{
color: #C2D002;
}
</style>
background-color css
<style>
a { background-color: #C2D002; }
a { background-color: rgb(194,208,2); }
div.DivClassName
{
background-color: #C2D002;
}
.BgClassName
{
background-color: #C2D002;
}
</style>
border-color css
<style>
span { border-color: #C2D002; }
span { border-color: rgb(194,208,2); }
td.TdClassName
{
border-color: #C2D002;
}
.TagClassName
{
border-color: #C2D002;
}
</style>