Shades of Rio Grande #C5D210
Tints of Rio Grande #C5D210
RGB
CMYK
RGB Variations
Color information
#C5D210 (or 0xC5D210) is known color: Rio Grande. HEX triplet: C5, D2 and 10. RGB value is (197,210,16). Sum of RGB (Red+Green+Blue) = 197+210+16=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D210 is #3A2DEF. Grayscale: #B8B8B8. Windows color (decimal): -3812848 or 1102533. OLE color: 1102533.
HSL color Cylindrical-coordinate representation of color #C5D210: hue angle of 64.02º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5D210 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.18 |
| HSL | 64.02º | 0.86% | 0.44% | - |
| HSV(B) | 64.02º | 0.92% | 0.82% | - |
| XYZ | 46.17 | 58 | 9.25 | - |
| YUV | 184 | 33.19 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 16 | 0.06 | 0 | 0.92 | 0.18 | 64.02 | 0.86 | 0.44 |
| Hex | C5 | D2 | 10 | 6 | 0 | 5C | 12 | 40 | 56 | 2C |
| Octal | 305 | 322 | 20 | 6 | 0 | 134 | 22 | 100 | 126 | 54 |
| Binary | 11000101 | 11010010 | 10000 | 110 | 0 | 1011100 | 10010 | 1000000 | 1010110 | 101100 |
Color Harmonies of #C5D210
Complementary color
Monochromatic Colors of #C5D210
Black with #C5D210
Text Example
Text Example
White with #C5D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D210; }
p { color: rgb(197,210,16); }
H1.HeaderClassName
{
color: #C5D210;
}
.AnyTagClassName
{
color: #C5D210;
}
</style>
background-color css
<style>
a { background-color: #C5D210; }
a { background-color: rgb(197,210,16); }
div.DivClassName
{
background-color: #C5D210;
}
.BgClassName
{
background-color: #C5D210;
}
</style>
border-color css
<style>
span { border-color: #C5D210; }
span { border-color: rgb(197,210,16); }
td.TdClassName
{
border-color: #C5D210;
}
.TagClassName
{
border-color: #C5D210;
}
</style>