Shades of La Rioja #C8D900
Tints of La Rioja #C8D900
RGB
CMYK
RGB Variations
Color information
#C8D900 (or 0xC8D900) is known color: La Rioja. HEX triplet: C8, D9 and 00. RGB value is (200,217,0). Sum of RGB (Red+Green+Blue) = 200+217+0=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D900 is #3726FF. Grayscale: #BCBCBC. Windows color (decimal): -3614464 or 55752. OLE color: 55752.
HSL color Cylindrical-coordinate representation of color #C8D900: hue angle of 64.7º 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 #C8D900 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.15 |
| HSL | 64.7º | 1% | 0.43% | - |
| HSV(B) | 64.7º | 1% | 0.85% | - |
| XYZ | 48.63 | 61.91 | 9.39 | - |
| YUV | 187.18 | 22.37 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 0 | 0.08 | 0 | 1 | 0.15 | 64.7 | 1 | 0.43 |
| Hex | C8 | D9 | 0 | 8 | 0 | 64 | F | 41 | 64 | 2B |
| Octal | 310 | 331 | 0 | 10 | 0 | 144 | 17 | 101 | 144 | 53 |
| Binary | 11001000 | 11011001 | 0 | 1000 | 0 | 1100100 | 1111 | 1000001 | 1100100 | 101011 |
Color Harmonies of #C8D900
Complementary color
Monochromatic Colors of #C8D900
Black with #C8D900
Text Example
Text Example
White with #C8D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D900; }
p { color: rgb(200,217,0); }
H1.HeaderClassName
{
color: #C8D900;
}
.AnyTagClassName
{
color: #C8D900;
}
</style>
background-color css
<style>
a { background-color: #C8D900; }
a { background-color: rgb(200,217,0); }
div.DivClassName
{
background-color: #C8D900;
}
.BgClassName
{
background-color: #C8D900;
}
</style>
border-color css
<style>
span { border-color: #C8D900; }
span { border-color: rgb(200,217,0); }
td.TdClassName
{
border-color: #C8D900;
}
.TagClassName
{
border-color: #C8D900;
}
</style>