Shades of Rio Grande #C5D310
Tints of Rio Grande #C5D310
RGB
CMYK
RGB Variations
Color information
#C5D310 (or 0xC5D310) is known color: Rio Grande. HEX triplet: C5, D3 and 10. RGB value is (197,211,16). Sum of RGB (Red+Green+Blue) = 197+211+16=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D310 is #3A2CEF. Grayscale: #B9B9B9. Windows color (decimal): -3812592 or 1102789. OLE color: 1102789.
HSL color Cylindrical-coordinate representation of color #C5D310: hue angle of 64.31º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5D310 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.17 |
| HSL | 64.31º | 0.86% | 0.45% | - |
| HSV(B) | 64.31º | 0.92% | 0.83% | - |
| XYZ | 46.41 | 58.5 | 9.33 | - |
| YUV | 184.58 | 32.86 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 16 | 0.07 | 0 | 0.92 | 0.17 | 64.31 | 0.86 | 0.45 |
| Hex | C5 | D3 | 10 | 7 | 0 | 5C | 11 | 40 | 56 | 2D |
| Octal | 305 | 323 | 20 | 7 | 0 | 134 | 21 | 100 | 126 | 55 |
| Binary | 11000101 | 11010011 | 10000 | 111 | 0 | 1011100 | 10001 | 1000000 | 1010110 | 101101 |
Color Harmonies of #C5D310
Complementary color
Monochromatic Colors of #C5D310
Black with #C5D310
Text Example
Text Example
White with #C5D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D310; }
p { color: rgb(197,211,16); }
H1.HeaderClassName
{
color: #C5D310;
}
.AnyTagClassName
{
color: #C5D310;
}
</style>
background-color css
<style>
a { background-color: #C5D310; }
a { background-color: rgb(197,211,16); }
div.DivClassName
{
background-color: #C5D310;
}
.BgClassName
{
background-color: #C5D310;
}
</style>
border-color css
<style>
span { border-color: #C5D310; }
span { border-color: rgb(197,211,16); }
td.TdClassName
{
border-color: #C5D310;
}
.TagClassName
{
border-color: #C5D310;
}
</style>