Shades of La Rioja #CAD200
Tints of La Rioja #CAD200
RGB
CMYK
RGB Variations
Color information
#CAD200 (or 0xCAD200) is known color: La Rioja. HEX triplet: CA, D2 and 00. RGB value is (202,210,0). Sum of RGB (Red+Green+Blue) = 202+210+0=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD200 is #352DFF. Grayscale: #B8B8B8. Windows color (decimal): -3485184 or 53962. OLE color: 53962.
HSL color Cylindrical-coordinate representation of color #CAD200: hue angle of 62.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAD200 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.18 |
| HSL | 62.29º | 1% | 0.41% | - |
| HSV(B) | 62.29º | 1% | 0.82% | - |
| XYZ | 47.4 | 58.65 | 8.82 | - |
| YUV | 183.67 | 24.35 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 0 | 0.04 | 0 | 1 | 0.18 | 62.29 | 1 | 0.41 |
| Hex | CA | D2 | 0 | 4 | 0 | 64 | 12 | 3E | 64 | 29 |
| Octal | 312 | 322 | 0 | 4 | 0 | 144 | 22 | 76 | 144 | 51 |
| Binary | 11001010 | 11010010 | 0 | 100 | 0 | 1100100 | 10010 | 111110 | 1100100 | 101001 |
Color Harmonies of #CAD200
Complementary color
Monochromatic Colors of #CAD200
Black with #CAD200
Text Example
Text Example
White with #CAD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD200; }
p { color: rgb(202,210,0); }
H1.HeaderClassName
{
color: #CAD200;
}
.AnyTagClassName
{
color: #CAD200;
}
</style>
background-color css
<style>
a { background-color: #CAD200; }
a { background-color: rgb(202,210,0); }
div.DivClassName
{
background-color: #CAD200;
}
.BgClassName
{
background-color: #CAD200;
}
</style>
border-color css
<style>
span { border-color: #CAD200; }
span { border-color: rgb(202,210,0); }
td.TdClassName
{
border-color: #CAD200;
}
.TagClassName
{
border-color: #CAD200;
}
</style>