Shades of Rio Grande #C5D516
Tints of Rio Grande #C5D516
RGB
CMYK
RGB Variations
Color information
#C5D516 (or 0xC5D516) is known color: Rio Grande. HEX triplet: C5, D5 and 16. RGB value is (197,213,22). Sum of RGB (Red+Green+Blue) = 197+213+22=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D516 is #3A2AE9. Grayscale: #BBBBBB. Windows color (decimal): -3812074 or 1496517. OLE color: 1496517.
HSL color Cylindrical-coordinate representation of color #C5D516: hue angle of 65.03º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5D516 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 22 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.16 |
| HSL | 65.03º | 0.81% | 0.46% | - |
| HSV(B) | 65.03º | 0.9% | 0.84% | - |
| XYZ | 46.97 | 59.52 | 9.77 | - |
| YUV | 186.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 22 | 0.08 | 0 | 0.90 | 0.16 | 65.03 | 0.81 | 0.46 |
| Hex | C5 | D5 | 16 | 8 | 0 | 5A | 10 | 41 | 51 | 2E |
| Octal | 305 | 325 | 26 | 10 | 0 | 132 | 20 | 101 | 121 | 56 |
| Binary | 11000101 | 11010101 | 10110 | 1000 | 0 | 1011010 | 10000 | 1000001 | 1010001 | 101110 |
Color Harmonies of #C5D516
Complementary color
Monochromatic Colors of #C5D516
Black with #C5D516
Text Example
Text Example
White with #C5D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D516; }
p { color: rgb(197,213,22); }
H1.HeaderClassName
{
color: #C5D516;
}
.AnyTagClassName
{
color: #C5D516;
}
</style>
background-color css
<style>
a { background-color: #C5D516; }
a { background-color: rgb(197,213,22); }
div.DivClassName
{
background-color: #C5D516;
}
.BgClassName
{
background-color: #C5D516;
}
</style>
border-color css
<style>
span { border-color: #C5D516; }
span { border-color: rgb(197,213,22); }
td.TdClassName
{
border-color: #C5D516;
}
.TagClassName
{
border-color: #C5D516;
}
</style>