Shades of Rio Grande #C5D111
Tints of Rio Grande #C5D111
RGB
CMYK
RGB Variations
Color information
#C5D111 (or 0xC5D111) is known color: Rio Grande. HEX triplet: C5, D1 and 11. RGB value is (197,209,17). Sum of RGB (Red+Green+Blue) = 197+209+17=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D111 is #3A2EEE. Grayscale: #B8B8B8. Windows color (decimal): -3813103 or 1167813. OLE color: 1167813.
HSL color Cylindrical-coordinate representation of color #C5D111: hue angle of 63.75º degrees, saturation: 0.85, 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 #C5D111 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.18 |
| HSL | 63.75º | 0.85% | 0.44% | - |
| HSV(B) | 63.75º | 0.92% | 0.82% | - |
| XYZ | 45.93 | 57.51 | 9.21 | - |
| YUV | 183.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 17 | 0.06 | 0 | 0.92 | 0.18 | 63.75 | 0.85 | 0.44 |
| Hex | C5 | D1 | 11 | 6 | 0 | 5C | 12 | 40 | 55 | 2C |
| Octal | 305 | 321 | 21 | 6 | 0 | 134 | 22 | 100 | 125 | 54 |
| Binary | 11000101 | 11010001 | 10001 | 110 | 0 | 1011100 | 10010 | 1000000 | 1010101 | 101100 |
Color Harmonies of #C5D111
Complementary color
Monochromatic Colors of #C5D111
Black with #C5D111
Text Example
Text Example
White with #C5D111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D111; }
p { color: rgb(197,209,17); }
H1.HeaderClassName
{
color: #C5D111;
}
.AnyTagClassName
{
color: #C5D111;
}
</style>
background-color css
<style>
a { background-color: #C5D111; }
a { background-color: rgb(197,209,17); }
div.DivClassName
{
background-color: #C5D111;
}
.BgClassName
{
background-color: #C5D111;
}
</style>
border-color css
<style>
span { border-color: #C5D111; }
span { border-color: rgb(197,209,17); }
td.TdClassName
{
border-color: #C5D111;
}
.TagClassName
{
border-color: #C5D111;
}
</style>