Shades of Rio Grande #C5D810
Tints of Rio Grande #C5D810
RGB
CMYK
RGB Variations
Color information
#C5D810 (or 0xC5D810) is known color: Rio Grande. HEX triplet: C5, D8 and 10. RGB value is (197,216,16). Sum of RGB (Red+Green+Blue) = 197+216+16=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D810 is #3A27EF. Grayscale: #BCBCBC. Windows color (decimal): -3811312 or 1104069. OLE color: 1104069.
HSL color Cylindrical-coordinate representation of color #C5D810: hue angle of 65.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5D810 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.15 |
| HSL | 65.7º | 0.86% | 0.45% | - |
| HSV(B) | 65.7º | 0.93% | 0.85% | - |
| XYZ | 47.68 | 61.02 | 9.76 | - |
| YUV | 187.52 | 31.21 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 16 | 0.09 | 0 | 0.93 | 0.15 | 65.7 | 0.86 | 0.45 |
| Hex | C5 | D8 | 10 | 9 | 0 | 5D | F | 42 | 56 | 2D |
| Octal | 305 | 330 | 20 | 11 | 0 | 135 | 17 | 102 | 126 | 55 |
| Binary | 11000101 | 11011000 | 10000 | 1001 | 0 | 1011101 | 1111 | 1000010 | 1010110 | 101101 |
Color Harmonies of #C5D810
Complementary color
Monochromatic Colors of #C5D810
Black with #C5D810
Text Example
Text Example
White with #C5D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D810; }
p { color: rgb(197,216,16); }
H1.HeaderClassName
{
color: #C5D810;
}
.AnyTagClassName
{
color: #C5D810;
}
</style>
background-color css
<style>
a { background-color: #C5D810; }
a { background-color: rgb(197,216,16); }
div.DivClassName
{
background-color: #C5D810;
}
.BgClassName
{
background-color: #C5D810;
}
</style>
border-color css
<style>
span { border-color: #C5D810; }
span { border-color: rgb(197,216,16); }
td.TdClassName
{
border-color: #C5D810;
}
.TagClassName
{
border-color: #C5D810;
}
</style>