Shades of Rio Grande #C5D711
Tints of Rio Grande #C5D711
RGB
CMYK
RGB Variations
Color information
#C5D711 (or 0xC5D711) is known color: Rio Grande. HEX triplet: C5, D7 and 11. RGB value is (197,215,17). Sum of RGB (Red+Green+Blue) = 197+215+17=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D711 is #3A28EE. Grayscale: #BBBBBB. Windows color (decimal): -3811567 or 1169349. OLE color: 1169349.
HSL color Cylindrical-coordinate representation of color #C5D711: hue angle of 65.45º 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 #C5D711 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.16 |
| HSL | 65.45º | 0.85% | 0.45% | - |
| HSV(B) | 65.45º | 0.92% | 0.84% | - |
| XYZ | 47.43 | 60.51 | 9.71 | - |
| YUV | 187.05 | 32.04 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 17 | 0.08 | 0 | 0.92 | 0.16 | 65.45 | 0.85 | 0.45 |
| Hex | C5 | D7 | 11 | 8 | 0 | 5C | 10 | 41 | 55 | 2D |
| Octal | 305 | 327 | 21 | 10 | 0 | 134 | 20 | 101 | 125 | 55 |
| Binary | 11000101 | 11010111 | 10001 | 1000 | 0 | 1011100 | 10000 | 1000001 | 1010101 | 101101 |
Color Harmonies of #C5D711
Complementary color
Monochromatic Colors of #C5D711
Black with #C5D711
Text Example
Text Example
White with #C5D711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D711; }
p { color: rgb(197,215,17); }
H1.HeaderClassName
{
color: #C5D711;
}
.AnyTagClassName
{
color: #C5D711;
}
</style>
background-color css
<style>
a { background-color: #C5D711; }
a { background-color: rgb(197,215,17); }
div.DivClassName
{
background-color: #C5D711;
}
.BgClassName
{
background-color: #C5D711;
}
</style>
border-color css
<style>
span { border-color: #C5D711; }
span { border-color: rgb(197,215,17); }
td.TdClassName
{
border-color: #C5D711;
}
.TagClassName
{
border-color: #C5D711;
}
</style>