Shades of La Rioja #CAD900
Tints of La Rioja #CAD900
RGB
CMYK
RGB Variations
Color information
#CAD900 (or 0xCAD900) is known color: La Rioja. HEX triplet: CA, D9 and 00. RGB value is (202,217,0). Sum of RGB (Red+Green+Blue) = 202+217+0=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD900 is #3526FF. Grayscale: #BCBCBC. Windows color (decimal): -3483392 or 55754. OLE color: 55754.
HSL color Cylindrical-coordinate representation of color #CAD900: hue angle of 64.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAD900 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 217 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.15 |
| HSL | 64.15º | 1% | 0.43% | - |
| HSV(B) | 64.15º | 1% | 0.85% | - |
| XYZ | 49.17 | 62.18 | 9.41 | - |
| YUV | 187.78 | 22.03 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 217 | 0 | 0.07 | 0 | 1 | 0.15 | 64.15 | 1 | 0.43 |
| Hex | CA | D9 | 0 | 7 | 0 | 64 | F | 40 | 64 | 2B |
| Octal | 312 | 331 | 0 | 7 | 0 | 144 | 17 | 100 | 144 | 53 |
| Binary | 11001010 | 11011001 | 0 | 111 | 0 | 1100100 | 1111 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CAD900
Complementary color
Monochromatic Colors of #CAD900
Black with #CAD900
Text Example
Text Example
White with #CAD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD900; }
p { color: rgb(202,217,0); }
H1.HeaderClassName
{
color: #CAD900;
}
.AnyTagClassName
{
color: #CAD900;
}
</style>
background-color css
<style>
a { background-color: #CAD900; }
a { background-color: rgb(202,217,0); }
div.DivClassName
{
background-color: #CAD900;
}
.BgClassName
{
background-color: #CAD900;
}
</style>
border-color css
<style>
span { border-color: #CAD900; }
span { border-color: rgb(202,217,0); }
td.TdClassName
{
border-color: #CAD900;
}
.TagClassName
{
border-color: #CAD900;
}
</style>