Shades of La Rioja #C2CF00
Tints of La Rioja #C2CF00
RGB
CMYK
RGB Variations
Color information
#C2CF00 (or 0xC2CF00) is known color: La Rioja. HEX triplet: C2, CF and 00. RGB value is (194,207,0). Sum of RGB (Red+Green+Blue) = 194+207+0=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CF00 is #3D30FF. Grayscale: #B4B4B4. Windows color (decimal): -4010240 or 53186. OLE color: 53186.
HSL color Cylindrical-coordinate representation of color #C2CF00: hue angle of 63.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2CF00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.19 |
| HSL | 63.77º | 1% | 0.41% | - |
| HSV(B) | 63.77º | 1% | 0.81% | - |
| XYZ | 44.56 | 56.09 | 8.48 | - |
| YUV | 179.52 | 26.69 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 0 | 0.06 | 0 | 1 | 0.19 | 63.77 | 1 | 0.41 |
| Hex | C2 | CF | 0 | 6 | 0 | 64 | 13 | 40 | 64 | 29 |
| Octal | 302 | 317 | 0 | 6 | 0 | 144 | 23 | 100 | 144 | 51 |
| Binary | 11000010 | 11001111 | 0 | 110 | 0 | 1100100 | 10011 | 1000000 | 1100100 | 101001 |
Color Harmonies of #C2CF00
Complementary color
Monochromatic Colors of #C2CF00
Black with #C2CF00
Text Example
Text Example
White with #C2CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF00; }
p { color: rgb(194,207,0); }
H1.HeaderClassName
{
color: #C2CF00;
}
.AnyTagClassName
{
color: #C2CF00;
}
</style>
background-color css
<style>
a { background-color: #C2CF00; }
a { background-color: rgb(194,207,0); }
div.DivClassName
{
background-color: #C2CF00;
}
.BgClassName
{
background-color: #C2CF00;
}
</style>
border-color css
<style>
span { border-color: #C2CF00; }
span { border-color: rgb(194,207,0); }
td.TdClassName
{
border-color: #C2CF00;
}
.TagClassName
{
border-color: #C2CF00;
}
</style>