Shades of Rio Grande #C5D416
Tints of Rio Grande #C5D416
RGB
CMYK
RGB Variations
Color information
#C5D416 (or 0xC5D416) is known color: Rio Grande. HEX triplet: C5, D4 and 16. RGB value is (197,212,22). Sum of RGB (Red+Green+Blue) = 197+212+22=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D416 is #3A2BE9. Grayscale: #BABABA. Windows color (decimal): -3812330 or 1496261. OLE color: 1496261.
HSL color Cylindrical-coordinate representation of color #C5D416: hue angle of 64.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5D416 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 22 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.17 |
| HSL | 64.74º | 0.81% | 0.46% | - |
| HSV(B) | 64.74º | 0.9% | 0.83% | - |
| XYZ | 46.71 | 59.02 | 9.69 | - |
| YUV | 185.86 | 35.53 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 22 | 0.07 | 0 | 0.90 | 0.17 | 64.74 | 0.81 | 0.46 |
| Hex | C5 | D4 | 16 | 7 | 0 | 5A | 11 | 41 | 51 | 2E |
| Octal | 305 | 324 | 26 | 7 | 0 | 132 | 21 | 101 | 121 | 56 |
| Binary | 11000101 | 11010100 | 10110 | 111 | 0 | 1011010 | 10001 | 1000001 | 1010001 | 101110 |
Color Harmonies of #C5D416
Complementary color
Monochromatic Colors of #C5D416
Black with #C5D416
Text Example
Text Example
White with #C5D416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D416; }
p { color: rgb(197,212,22); }
H1.HeaderClassName
{
color: #C5D416;
}
.AnyTagClassName
{
color: #C5D416;
}
</style>
background-color css
<style>
a { background-color: #C5D416; }
a { background-color: rgb(197,212,22); }
div.DivClassName
{
background-color: #C5D416;
}
.BgClassName
{
background-color: #C5D416;
}
</style>
border-color css
<style>
span { border-color: #C5D416; }
span { border-color: rgb(197,212,22); }
td.TdClassName
{
border-color: #C5D416;
}
.TagClassName
{
border-color: #C5D416;
}
</style>