Shades of Rio Grande #C5D314
Tints of Rio Grande #C5D314
RGB
CMYK
RGB Variations
Color information
#C5D314 (or 0xC5D314) is known color: Rio Grande. HEX triplet: C5, D3 and 14. RGB value is (197,211,20). Sum of RGB (Red+Green+Blue) = 197+211+20=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D314 is #3A2CEB. Grayscale: #B9B9B9. Windows color (decimal): -3812588 or 1364933. OLE color: 1364933.
HSL color Cylindrical-coordinate representation of color #C5D314: hue angle of 64.4º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5D314 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 20 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.17 |
| HSL | 64.4º | 0.83% | 0.45% | - |
| HSV(B) | 64.4º | 0.91% | 0.83% | - |
| XYZ | 46.45 | 58.51 | 9.51 | - |
| YUV | 185.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 20 | 0.07 | 0 | 0.91 | 0.17 | 64.4 | 0.83 | 0.45 |
| Hex | C5 | D3 | 14 | 7 | 0 | 5B | 11 | 40 | 53 | 2D |
| Octal | 305 | 323 | 24 | 7 | 0 | 133 | 21 | 100 | 123 | 55 |
| Binary | 11000101 | 11010011 | 10100 | 111 | 0 | 1011011 | 10001 | 1000000 | 1010011 | 101101 |
Color Harmonies of #C5D314
Complementary color
Monochromatic Colors of #C5D314
Black with #C5D314
Text Example
Text Example
White with #C5D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D314; }
p { color: rgb(197,211,20); }
H1.HeaderClassName
{
color: #C5D314;
}
.AnyTagClassName
{
color: #C5D314;
}
</style>
background-color css
<style>
a { background-color: #C5D314; }
a { background-color: rgb(197,211,20); }
div.DivClassName
{
background-color: #C5D314;
}
.BgClassName
{
background-color: #C5D314;
}
</style>
border-color css
<style>
span { border-color: #C5D314; }
span { border-color: rgb(197,211,20); }
td.TdClassName
{
border-color: #C5D314;
}
.TagClassName
{
border-color: #C5D314;
}
</style>