Shades of La Rioja #C2D405
Tints of La Rioja #C2D405
RGB
CMYK
RGB Variations
Color information
#C2D405 (or 0xC2D405) is known color: La Rioja. HEX triplet: C2, D4 and 05. RGB value is (194,212,5). Sum of RGB (Red+Green+Blue) = 194+212+5=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D405 is #3D2BFA. Grayscale: #B7B7B7. Windows color (decimal): -4008955 or 382146. OLE color: 382146.
HSL color Cylindrical-coordinate representation of color #C2D405: hue angle of 65.22º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2D405 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 5 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.17 |
| HSL | 65.22º | 0.95% | 0.43% | - |
| HSV(B) | 65.22º | 0.98% | 0.83% | - |
| XYZ | 45.82 | 58.57 | 9.03 | - |
| YUV | 183.02 | 27.54 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 5 | 0.08 | 0 | 0.98 | 0.17 | 65.22 | 0.95 | 0.43 |
| Hex | C2 | D4 | 5 | 8 | 0 | 62 | 11 | 41 | 5F | 2B |
| Octal | 302 | 324 | 5 | 10 | 0 | 142 | 21 | 101 | 137 | 53 |
| Binary | 11000010 | 11010100 | 101 | 1000 | 0 | 1100010 | 10001 | 1000001 | 1011111 | 101011 |
Color Harmonies of #C2D405
Complementary color
Monochromatic Colors of #C2D405
Black with #C2D405
Text Example
Text Example
White with #C2D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D405; }
p { color: rgb(194,212,5); }
H1.HeaderClassName
{
color: #C2D405;
}
.AnyTagClassName
{
color: #C2D405;
}
</style>
background-color css
<style>
a { background-color: #C2D405; }
a { background-color: rgb(194,212,5); }
div.DivClassName
{
background-color: #C2D405;
}
.BgClassName
{
background-color: #C2D405;
}
</style>
border-color css
<style>
span { border-color: #C2D405; }
span { border-color: rgb(194,212,5); }
td.TdClassName
{
border-color: #C2D405;
}
.TagClassName
{
border-color: #C2D405;
}
</style>