Shades of La Rioja #C2D600
Tints of La Rioja #C2D600
RGB
CMYK
RGB Variations
Color information
#C2D600 (or 0xC2D600) is known color: La Rioja. HEX triplet: C2, D6 and 00. RGB value is (194,214,0). Sum of RGB (Red+Green+Blue) = 194+214+0=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D600 is #3D29FF. Grayscale: #B8B8B8. Windows color (decimal): -4008448 or 54978. OLE color: 54978.
HSL color Cylindrical-coordinate representation of color #C2D600: hue angle of 65.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2D600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.16 |
| HSL | 65.61º | 1% | 0.42% | - |
| HSV(B) | 65.61º | 1% | 0.84% | - |
| XYZ | 46.29 | 59.56 | 9.06 | - |
| YUV | 183.62 | 24.37 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 0 | 0.09 | 0 | 1 | 0.16 | 65.61 | 1 | 0.42 |
| Hex | C2 | D6 | 0 | 9 | 0 | 64 | 10 | 42 | 64 | 2A |
| Octal | 302 | 326 | 0 | 11 | 0 | 144 | 20 | 102 | 144 | 52 |
| Binary | 11000010 | 11010110 | 0 | 1001 | 0 | 1100100 | 10000 | 1000010 | 1100100 | 101010 |
Color Harmonies of #C2D600
Complementary color
Monochromatic Colors of #C2D600
Black with #C2D600
Text Example
Text Example
White with #C2D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D600; }
p { color: rgb(194,214,0); }
H1.HeaderClassName
{
color: #C2D600;
}
.AnyTagClassName
{
color: #C2D600;
}
</style>
background-color css
<style>
a { background-color: #C2D600; }
a { background-color: rgb(194,214,0); }
div.DivClassName
{
background-color: #C2D600;
}
.BgClassName
{
background-color: #C2D600;
}
</style>
border-color css
<style>
span { border-color: #C2D600; }
span { border-color: rgb(194,214,0); }
td.TdClassName
{
border-color: #C2D600;
}
.TagClassName
{
border-color: #C2D600;
}
</style>