Shades of La Rioja #C0D40C
Tints of La Rioja #C0D40C
RGB
CMYK
RGB Variations
Color information
#C0D40C (or 0xC0D40C) is known color: La Rioja. HEX triplet: C0, D4 and 0C. RGB value is (192,212,12). Sum of RGB (Red+Green+Blue) = 192+212+12=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D40C is #3F2BF3. Grayscale: #B8B8B8. Windows color (decimal): -4140020 or 840896. OLE color: 840896.
HSL color Cylindrical-coordinate representation of color #C0D40C: hue angle of 66º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0D40C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.17 |
| HSL | 66º | 0.89% | 0.44% | - |
| HSV(B) | 66º | 0.94% | 0.83% | - |
| XYZ | 45.35 | 58.32 | 9.21 | - |
| YUV | 183.22 | 31.37 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 12 | 0.09 | 0 | 0.94 | 0.17 | 66 | 0.89 | 0.44 |
| Hex | C0 | D4 | C | 9 | 0 | 5E | 11 | 42 | 59 | 2C |
| Octal | 300 | 324 | 14 | 11 | 0 | 136 | 21 | 102 | 131 | 54 |
| Binary | 11000000 | 11010100 | 1100 | 1001 | 0 | 1011110 | 10001 | 1000010 | 1011001 | 101100 |
Color Harmonies of #C0D40C
Complementary color
Monochromatic Colors of #C0D40C
Black with #C0D40C
Text Example
Text Example
White with #C0D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D40C; }
p { color: rgb(192,212,12); }
H1.HeaderClassName
{
color: #C0D40C;
}
.AnyTagClassName
{
color: #C0D40C;
}
</style>
background-color css
<style>
a { background-color: #C0D40C; }
a { background-color: rgb(192,212,12); }
div.DivClassName
{
background-color: #C0D40C;
}
.BgClassName
{
background-color: #C0D40C;
}
</style>
border-color css
<style>
span { border-color: #C0D40C; }
span { border-color: rgb(192,212,12); }
td.TdClassName
{
border-color: #C0D40C;
}
.TagClassName
{
border-color: #C0D40C;
}
</style>