Shades of Rio Grande #C5D914
Tints of Rio Grande #C5D914
RGB
CMYK
RGB Variations
Color information
#C5D914 (or 0xC5D914) is known color: Rio Grande. HEX triplet: C5, D9 and 14. RGB value is (197,217,20). Sum of RGB (Red+Green+Blue) = 197+217+20=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D914 is #3A26EB. Grayscale: #BDBDBD. Windows color (decimal): -3811052 or 1366469. OLE color: 1366469.
HSL color Cylindrical-coordinate representation of color #C5D914: hue angle of 66.09º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5D914 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 20 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.15 |
| HSL | 66.09º | 0.83% | 0.46% | - |
| HSV(B) | 66.09º | 0.91% | 0.85% | - |
| XYZ | 47.97 | 61.55 | 10.01 | - |
| YUV | 188.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 20 | 0.09 | 0 | 0.91 | 0.15 | 66.09 | 0.83 | 0.46 |
| Hex | C5 | D9 | 14 | 9 | 0 | 5B | F | 42 | 53 | 2E |
| Octal | 305 | 331 | 24 | 11 | 0 | 133 | 17 | 102 | 123 | 56 |
| Binary | 11000101 | 11011001 | 10100 | 1001 | 0 | 1011011 | 1111 | 1000010 | 1010011 | 101110 |
Color Harmonies of #C5D914
Complementary color
Monochromatic Colors of #C5D914
Black with #C5D914
Text Example
Text Example
White with #C5D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D914; }
p { color: rgb(197,217,20); }
H1.HeaderClassName
{
color: #C5D914;
}
.AnyTagClassName
{
color: #C5D914;
}
</style>
background-color css
<style>
a { background-color: #C5D914; }
a { background-color: rgb(197,217,20); }
div.DivClassName
{
background-color: #C5D914;
}
.BgClassName
{
background-color: #C5D914;
}
</style>
border-color css
<style>
span { border-color: #C5D914; }
span { border-color: rgb(197,217,20); }
td.TdClassName
{
border-color: #C5D914;
}
.TagClassName
{
border-color: #C5D914;
}
</style>