Shades of La Rioja #C8DA05
Tints of La Rioja #C8DA05
RGB
CMYK
RGB Variations
Color information
#C8DA05 (or 0xC8DA05) is known color: La Rioja. HEX triplet: C8, DA and 05. RGB value is (200,218,5). Sum of RGB (Red+Green+Blue) = 200+218+5=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DA05 is #3725FA. Grayscale: #BDBDBD. Windows color (decimal): -3614203 or 383688. OLE color: 383688.
HSL color Cylindrical-coordinate representation of color #C8DA05: hue angle of 65.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8DA05 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 5 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.15 |
| HSL | 65.07º | 0.96% | 0.44% | - |
| HSV(B) | 65.07º | 0.98% | 0.85% | - |
| XYZ | 48.92 | 62.43 | 9.62 | - |
| YUV | 188.34 | 24.54 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 5 | 0.08 | 0 | 0.98 | 0.15 | 65.07 | 0.96 | 0.44 |
| Hex | C8 | DA | 5 | 8 | 0 | 62 | F | 41 | 60 | 2C |
| Octal | 310 | 332 | 5 | 10 | 0 | 142 | 17 | 101 | 140 | 54 |
| Binary | 11001000 | 11011010 | 101 | 1000 | 0 | 1100010 | 1111 | 1000001 | 1100000 | 101100 |
Color Harmonies of #C8DA05
Complementary color
Monochromatic Colors of #C8DA05
Black with #C8DA05
Text Example
Text Example
White with #C8DA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA05; }
p { color: rgb(200,218,5); }
H1.HeaderClassName
{
color: #C8DA05;
}
.AnyTagClassName
{
color: #C8DA05;
}
</style>
background-color css
<style>
a { background-color: #C8DA05; }
a { background-color: rgb(200,218,5); }
div.DivClassName
{
background-color: #C8DA05;
}
.BgClassName
{
background-color: #C8DA05;
}
</style>
border-color css
<style>
span { border-color: #C8DA05; }
span { border-color: rgb(200,218,5); }
td.TdClassName
{
border-color: #C8DA05;
}
.TagClassName
{
border-color: #C8DA05;
}
</style>