Shades of La Rioja #C3D600
Tints of La Rioja #C3D600
RGB
CMYK
RGB Variations
Color information
#C3D600 (or 0xC3D600) is known color: La Rioja. HEX triplet: C3, D6 and 00. RGB value is (195,214,0). Sum of RGB (Red+Green+Blue) = 195+214+0=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D600 is #3C29FF. Grayscale: #B8B8B8. Windows color (decimal): -3942912 or 54979. OLE color: 54979.
HSL color Cylindrical-coordinate representation of color #C3D600: hue angle of 65.33º 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 #C3D600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.16 |
| HSL | 65.33º | 1% | 0.42% | - |
| HSV(B) | 65.33º | 1% | 0.84% | - |
| XYZ | 46.55 | 59.7 | 9.07 | - |
| YUV | 183.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 0 | 0.09 | 0 | 1 | 0.16 | 65.33 | 1 | 0.42 |
| Hex | C3 | D6 | 0 | 9 | 0 | 64 | 10 | 41 | 64 | 2A |
| Octal | 303 | 326 | 0 | 11 | 0 | 144 | 20 | 101 | 144 | 52 |
| Binary | 11000011 | 11010110 | 0 | 1001 | 0 | 1100100 | 10000 | 1000001 | 1100100 | 101010 |
Color Harmonies of #C3D600
Complementary color
Monochromatic Colors of #C3D600
Black with #C3D600
Text Example
Text Example
White with #C3D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D600; }
p { color: rgb(195,214,0); }
H1.HeaderClassName
{
color: #C3D600;
}
.AnyTagClassName
{
color: #C3D600;
}
</style>
background-color css
<style>
a { background-color: #C3D600; }
a { background-color: rgb(195,214,0); }
div.DivClassName
{
background-color: #C3D600;
}
.BgClassName
{
background-color: #C3D600;
}
</style>
border-color css
<style>
span { border-color: #C3D600; }
span { border-color: rgb(195,214,0); }
td.TdClassName
{
border-color: #C3D600;
}
.TagClassName
{
border-color: #C3D600;
}
</style>