Shades of Rio Grande #C5D916
Tints of Rio Grande #C5D916
RGB
CMYK
RGB Variations
Color information
#C5D916 (or 0xC5D916) is known color: Rio Grande. HEX triplet: C5, D9 and 16. RGB value is (197,217,22). Sum of RGB (Red+Green+Blue) = 197+217+22=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D916 is #3A26E9. Grayscale: #BDBDBD. Windows color (decimal): -3811050 or 1497541. OLE color: 1497541.
HSL color Cylindrical-coordinate representation of color #C5D916: hue angle of 66.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5D916 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.15 |
| HSL | 66.15º | 0.82% | 0.47% | - |
| HSV(B) | 66.15º | 0.9% | 0.85% | - |
| XYZ | 47.98 | 61.55 | 10.11 | - |
| YUV | 188.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 22 | 0.09 | 0 | 0.90 | 0.15 | 66.15 | 0.82 | 0.47 |
| Hex | C5 | D9 | 16 | 9 | 0 | 5A | F | 42 | 52 | 2F |
| Octal | 305 | 331 | 26 | 11 | 0 | 132 | 17 | 102 | 122 | 57 |
| Binary | 11000101 | 11011001 | 10110 | 1001 | 0 | 1011010 | 1111 | 1000010 | 1010010 | 101111 |
Color Harmonies of #C5D916
Complementary color
Monochromatic Colors of #C5D916
Black with #C5D916
Text Example
Text Example
White with #C5D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D916; }
p { color: rgb(197,217,22); }
H1.HeaderClassName
{
color: #C5D916;
}
.AnyTagClassName
{
color: #C5D916;
}
</style>
background-color css
<style>
a { background-color: #C5D916; }
a { background-color: rgb(197,217,22); }
div.DivClassName
{
background-color: #C5D916;
}
.BgClassName
{
background-color: #C5D916;
}
</style>
border-color css
<style>
span { border-color: #C5D916; }
span { border-color: rgb(197,217,22); }
td.TdClassName
{
border-color: #C5D916;
}
.TagClassName
{
border-color: #C5D916;
}
</style>