Shades of Rio Grande #C5D510
Tints of Rio Grande #C5D510
RGB
CMYK
RGB Variations
Color information
#C5D510 (or 0xC5D510) is known color: Rio Grande. HEX triplet: C5, D5 and 10. RGB value is (197,213,16). Sum of RGB (Red+Green+Blue) = 197+213+16=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D510 is #3A2AEF. Grayscale: #BABABA. Windows color (decimal): -3812080 or 1103301. OLE color: 1103301.
HSL color Cylindrical-coordinate representation of color #C5D510: hue angle of 64.87º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5D510 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.16 |
| HSL | 64.87º | 0.86% | 0.45% | - |
| HSV(B) | 64.87º | 0.92% | 0.84% | - |
| XYZ | 46.91 | 59.5 | 9.5 | - |
| YUV | 185.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 16 | 0.08 | 0 | 0.92 | 0.16 | 64.87 | 0.86 | 0.45 |
| Hex | C5 | D5 | 10 | 8 | 0 | 5C | 10 | 41 | 56 | 2D |
| Octal | 305 | 325 | 20 | 10 | 0 | 134 | 20 | 101 | 126 | 55 |
| Binary | 11000101 | 11010101 | 10000 | 1000 | 0 | 1011100 | 10000 | 1000001 | 1010110 | 101101 |
Color Harmonies of #C5D510
Complementary color
Monochromatic Colors of #C5D510
Black with #C5D510
Text Example
Text Example
White with #C5D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D510; }
p { color: rgb(197,213,16); }
H1.HeaderClassName
{
color: #C5D510;
}
.AnyTagClassName
{
color: #C5D510;
}
</style>
background-color css
<style>
a { background-color: #C5D510; }
a { background-color: rgb(197,213,16); }
div.DivClassName
{
background-color: #C5D510;
}
.BgClassName
{
background-color: #C5D510;
}
</style>
border-color css
<style>
span { border-color: #C5D510; }
span { border-color: rgb(197,213,16); }
td.TdClassName
{
border-color: #C5D510;
}
.TagClassName
{
border-color: #C5D510;
}
</style>