Shades of Rio Grande #C5D717
Tints of Rio Grande #C5D717
RGB
CMYK
RGB Variations
Color information
#C5D717 (or 0xC5D717) is known color: Rio Grande. HEX triplet: C5, D7 and 17. RGB value is (197,215,23). Sum of RGB (Red+Green+Blue) = 197+215+23=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D717 is #3A28E8. Grayscale: #BCBCBC. Windows color (decimal): -3811561 or 1562565. OLE color: 1562565.
HSL color Cylindrical-coordinate representation of color #C5D717: hue angle of 65.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5D717 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 23 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.16 |
| HSL | 65.63º | 0.81% | 0.47% | - |
| HSV(B) | 65.63º | 0.89% | 0.84% | - |
| XYZ | 47.48 | 60.53 | 9.99 | - |
| YUV | 187.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 23 | 0.08 | 0 | 0.89 | 0.16 | 65.63 | 0.81 | 0.47 |
| Hex | C5 | D7 | 17 | 8 | 0 | 59 | 10 | 42 | 51 | 2F |
| Octal | 305 | 327 | 27 | 10 | 0 | 131 | 20 | 102 | 121 | 57 |
| Binary | 11000101 | 11010111 | 10111 | 1000 | 0 | 1011001 | 10000 | 1000010 | 1010001 | 101111 |
Color Harmonies of #C5D717
Complementary color
Monochromatic Colors of #C5D717
Black with #C5D717
Text Example
Text Example
White with #C5D717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D717; }
p { color: rgb(197,215,23); }
H1.HeaderClassName
{
color: #C5D717;
}
.AnyTagClassName
{
color: #C5D717;
}
</style>
background-color css
<style>
a { background-color: #C5D717; }
a { background-color: rgb(197,215,23); }
div.DivClassName
{
background-color: #C5D717;
}
.BgClassName
{
background-color: #C5D717;
}
</style>
border-color css
<style>
span { border-color: #C5D717; }
span { border-color: rgb(197,215,23); }
td.TdClassName
{
border-color: #C5D717;
}
.TagClassName
{
border-color: #C5D717;
}
</style>