Shades of Rio Grande #C5D511
Tints of Rio Grande #C5D511
RGB
CMYK
RGB Variations
Color information
#C5D511 (or 0xC5D511) is known color: Rio Grande. HEX triplet: C5, D5 and 11. RGB value is (197,213,17). Sum of RGB (Red+Green+Blue) = 197+213+17=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D511 is #3A2AEE. Grayscale: #BABABA. Windows color (decimal): -3812079 or 1168837. OLE color: 1168837.
HSL color Cylindrical-coordinate representation of color #C5D511: hue angle of 64.9º degrees, saturation: 0.85, 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 #C5D511 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.16 |
| HSL | 64.9º | 0.85% | 0.45% | - |
| HSV(B) | 64.9º | 0.92% | 0.84% | - |
| XYZ | 46.92 | 59.5 | 9.54 | - |
| YUV | 185.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 17 | 0.08 | 0 | 0.92 | 0.16 | 64.9 | 0.85 | 0.45 |
| Hex | C5 | D5 | 11 | 8 | 0 | 5C | 10 | 41 | 55 | 2D |
| Octal | 305 | 325 | 21 | 10 | 0 | 134 | 20 | 101 | 125 | 55 |
| Binary | 11000101 | 11010101 | 10001 | 1000 | 0 | 1011100 | 10000 | 1000001 | 1010101 | 101101 |
Color Harmonies of #C5D511
Complementary color
Monochromatic Colors of #C5D511
Black with #C5D511
Text Example
Text Example
White with #C5D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D511; }
p { color: rgb(197,213,17); }
H1.HeaderClassName
{
color: #C5D511;
}
.AnyTagClassName
{
color: #C5D511;
}
</style>
background-color css
<style>
a { background-color: #C5D511; }
a { background-color: rgb(197,213,17); }
div.DivClassName
{
background-color: #C5D511;
}
.BgClassName
{
background-color: #C5D511;
}
</style>
border-color css
<style>
span { border-color: #C5D511; }
span { border-color: rgb(197,213,17); }
td.TdClassName
{
border-color: #C5D511;
}
.TagClassName
{
border-color: #C5D511;
}
</style>