Shades of La Rioja #C2D700
Tints of La Rioja #C2D700
RGB
CMYK
RGB Variations
Color information
#C2D700 (or 0xC2D700) is known color: La Rioja. HEX triplet: C2, D7 and 00. RGB value is (194,215,0). Sum of RGB (Red+Green+Blue) = 194+215+0=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D700 is #3D28FF. Grayscale: #B9B9B9. Windows color (decimal): -4008192 or 55234. OLE color: 55234.
HSL color Cylindrical-coordinate representation of color #C2D700: hue angle of 65.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2D700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.16 |
| HSL | 65.86º | 1% | 0.42% | - |
| HSV(B) | 65.86º | 1% | 0.84% | - |
| XYZ | 46.55 | 60.07 | 9.14 | - |
| YUV | 184.21 | 24.04 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 0 | 0.10 | 0 | 1 | 0.16 | 65.86 | 1 | 0.42 |
| Hex | C2 | D7 | 0 | A | 0 | 64 | 10 | 42 | 64 | 2A |
| Octal | 302 | 327 | 0 | 12 | 0 | 144 | 20 | 102 | 144 | 52 |
| Binary | 11000010 | 11010111 | 0 | 1010 | 0 | 1100100 | 10000 | 1000010 | 1100100 | 101010 |
Color Harmonies of #C2D700
Complementary color
Monochromatic Colors of #C2D700
Black with #C2D700
Text Example
Text Example
White with #C2D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D700; }
p { color: rgb(194,215,0); }
H1.HeaderClassName
{
color: #C2D700;
}
.AnyTagClassName
{
color: #C2D700;
}
</style>
background-color css
<style>
a { background-color: #C2D700; }
a { background-color: rgb(194,215,0); }
div.DivClassName
{
background-color: #C2D700;
}
.BgClassName
{
background-color: #C2D700;
}
</style>
border-color css
<style>
span { border-color: #C2D700; }
span { border-color: rgb(194,215,0); }
td.TdClassName
{
border-color: #C2D700;
}
.TagClassName
{
border-color: #C2D700;
}
</style>