Shades of La Rioja #C0D40A
Tints of La Rioja #C0D40A
RGB
CMYK
RGB Variations
Color information
#C0D40A (or 0xC0D40A) is known color: La Rioja. HEX triplet: C0, D4 and 0A. RGB value is (192,212,10). Sum of RGB (Red+Green+Blue) = 192+212+10=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D40A is #3F2BF5. Grayscale: #B7B7B7. Windows color (decimal): -4140022 or 709824. OLE color: 709824.
HSL color Cylindrical-coordinate representation of color #C0D40A: hue angle of 65.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0D40A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 10 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.17 |
| HSL | 65.94º | 0.91% | 0.44% | - |
| HSV(B) | 65.94º | 0.95% | 0.83% | - |
| XYZ | 45.34 | 58.32 | 9.15 | - |
| YUV | 182.99 | 30.37 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 10 | 0.09 | 0 | 0.95 | 0.17 | 65.94 | 0.91 | 0.44 |
| Hex | C0 | D4 | A | 9 | 0 | 5F | 11 | 42 | 5B | 2C |
| Octal | 300 | 324 | 12 | 11 | 0 | 137 | 21 | 102 | 133 | 54 |
| Binary | 11000000 | 11010100 | 1010 | 1001 | 0 | 1011111 | 10001 | 1000010 | 1011011 | 101100 |
Color Harmonies of #C0D40A
Complementary color
Monochromatic Colors of #C0D40A
Black with #C0D40A
Text Example
Text Example
White with #C0D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D40A; }
p { color: rgb(192,212,10); }
H1.HeaderClassName
{
color: #C0D40A;
}
.AnyTagClassName
{
color: #C0D40A;
}
</style>
background-color css
<style>
a { background-color: #C0D40A; }
a { background-color: rgb(192,212,10); }
div.DivClassName
{
background-color: #C0D40A;
}
.BgClassName
{
background-color: #C0D40A;
}
</style>
border-color css
<style>
span { border-color: #C0D40A; }
span { border-color: rgb(192,212,10); }
td.TdClassName
{
border-color: #C0D40A;
}
.TagClassName
{
border-color: #C0D40A;
}
</style>