Shades of La Rioja #C7D900
Tints of La Rioja #C7D900
RGB
CMYK
RGB Variations
Color information
#C7D900 (or 0xC7D900) is known color: La Rioja. HEX triplet: C7, D9 and 00. RGB value is (199,217,0). Sum of RGB (Red+Green+Blue) = 199+217+0=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D900 is #3826FF. Grayscale: #BBBBBB. Windows color (decimal): -3680000 or 55751. OLE color: 55751.
HSL color Cylindrical-coordinate representation of color #C7D900: hue angle of 64.98º 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 #C7D900 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.15 |
| HSL | 64.98º | 1% | 0.43% | - |
| HSV(B) | 64.98º | 1% | 0.85% | - |
| XYZ | 48.37 | 61.77 | 9.37 | - |
| YUV | 186.88 | 22.54 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 0 | 0.08 | 0 | 1 | 0.15 | 64.98 | 1 | 0.43 |
| Hex | C7 | D9 | 0 | 8 | 0 | 64 | F | 41 | 64 | 2B |
| Octal | 307 | 331 | 0 | 10 | 0 | 144 | 17 | 101 | 144 | 53 |
| Binary | 11000111 | 11011001 | 0 | 1000 | 0 | 1100100 | 1111 | 1000001 | 1100100 | 101011 |
Color Harmonies of #C7D900
Complementary color
Monochromatic Colors of #C7D900
Black with #C7D900
Text Example
Text Example
White with #C7D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D900; }
p { color: rgb(199,217,0); }
H1.HeaderClassName
{
color: #C7D900;
}
.AnyTagClassName
{
color: #C7D900;
}
</style>
background-color css
<style>
a { background-color: #C7D900; }
a { background-color: rgb(199,217,0); }
div.DivClassName
{
background-color: #C7D900;
}
.BgClassName
{
background-color: #C7D900;
}
</style>
border-color css
<style>
span { border-color: #C7D900; }
span { border-color: rgb(199,217,0); }
td.TdClassName
{
border-color: #C7D900;
}
.TagClassName
{
border-color: #C7D900;
}
</style>