Shades of Rio Grande #C5D216
Tints of Rio Grande #C5D216
RGB
CMYK
RGB Variations
Color information
#C5D216 (or 0xC5D216) is known color: Rio Grande. HEX triplet: C5, D2 and 16. RGB value is (197,210,22). Sum of RGB (Red+Green+Blue) = 197+210+22=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D216 is #3A2DE9. Grayscale: #B9B9B9. Windows color (decimal): -3812842 or 1495749. OLE color: 1495749.
HSL color Cylindrical-coordinate representation of color #C5D216: hue angle of 64.15º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5D216 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.18 |
| HSL | 64.15º | 0.81% | 0.45% | - |
| HSV(B) | 64.15º | 0.9% | 0.82% | - |
| XYZ | 46.22 | 58.02 | 9.52 | - |
| YUV | 184.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 22 | 0.06 | 0 | 0.90 | 0.18 | 64.15 | 0.81 | 0.45 |
| Hex | C5 | D2 | 16 | 6 | 0 | 5A | 12 | 40 | 51 | 2D |
| Octal | 305 | 322 | 26 | 6 | 0 | 132 | 22 | 100 | 121 | 55 |
| Binary | 11000101 | 11010010 | 10110 | 110 | 0 | 1011010 | 10010 | 1000000 | 1010001 | 101101 |
Color Harmonies of #C5D216
Complementary color
Monochromatic Colors of #C5D216
Black with #C5D216
Text Example
Text Example
White with #C5D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D216; }
p { color: rgb(197,210,22); }
H1.HeaderClassName
{
color: #C5D216;
}
.AnyTagClassName
{
color: #C5D216;
}
</style>
background-color css
<style>
a { background-color: #C5D216; }
a { background-color: rgb(197,210,22); }
div.DivClassName
{
background-color: #C5D216;
}
.BgClassName
{
background-color: #C5D216;
}
</style>
border-color css
<style>
span { border-color: #C5D216; }
span { border-color: rgb(197,210,22); }
td.TdClassName
{
border-color: #C5D216;
}
.TagClassName
{
border-color: #C5D216;
}
</style>