Shades of La Rioja #C2D007
Tints of La Rioja #C2D007
RGB
CMYK
RGB Variations
Color information
#C2D007 (or 0xC2D007) is known color: La Rioja. HEX triplet: C2, D0 and 07. RGB value is (194,208,7). Sum of RGB (Red+Green+Blue) = 194+208+7=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D007 is #3D2FF8. Grayscale: #B5B5B5. Windows color (decimal): -4009977 or 512194. OLE color: 512194.
HSL color Cylindrical-coordinate representation of color #C2D007: hue angle of 64.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2D007 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 7 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.18 |
| HSL | 64.18º | 0.93% | 0.42% | - |
| HSV(B) | 64.18º | 0.97% | 0.82% | - |
| XYZ | 44.84 | 56.6 | 8.76 | - |
| YUV | 180.9 | 29.86 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 7 | 0.07 | 0 | 0.97 | 0.18 | 64.18 | 0.93 | 0.42 |
| Hex | C2 | D0 | 7 | 7 | 0 | 61 | 12 | 40 | 5D | 2A |
| Octal | 302 | 320 | 7 | 7 | 0 | 141 | 22 | 100 | 135 | 52 |
| Binary | 11000010 | 11010000 | 111 | 111 | 0 | 1100001 | 10010 | 1000000 | 1011101 | 101010 |
Color Harmonies of #C2D007
Complementary color
Monochromatic Colors of #C2D007
Black with #C2D007
Text Example
Text Example
White with #C2D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D007; }
p { color: rgb(194,208,7); }
H1.HeaderClassName
{
color: #C2D007;
}
.AnyTagClassName
{
color: #C2D007;
}
</style>
background-color css
<style>
a { background-color: #C2D007; }
a { background-color: rgb(194,208,7); }
div.DivClassName
{
background-color: #C2D007;
}
.BgClassName
{
background-color: #C2D007;
}
</style>
border-color css
<style>
span { border-color: #C2D007; }
span { border-color: rgb(194,208,7); }
td.TdClassName
{
border-color: #C2D007;
}
.TagClassName
{
border-color: #C2D007;
}
</style>