Shades of Rio Grande #C5D915
Tints of Rio Grande #C5D915
RGB
CMYK
RGB Variations
Color information
#C5D915 (or 0xC5D915) is known color: Rio Grande. HEX triplet: C5, D9 and 15. RGB value is (197,217,21). Sum of RGB (Red+Green+Blue) = 197+217+21=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D915 is #3A26EA. Grayscale: #BDBDBD. Windows color (decimal): -3811051 or 1432005. OLE color: 1432005.
HSL color Cylindrical-coordinate representation of color #C5D915: hue angle of 66.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5D915 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 21 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.15 |
| HSL | 66.12º | 0.82% | 0.47% | - |
| HSV(B) | 66.12º | 0.9% | 0.85% | - |
| XYZ | 47.97 | 61.55 | 10.06 | - |
| YUV | 188.68 | 33.37 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 21 | 0.09 | 0 | 0.90 | 0.15 | 66.12 | 0.82 | 0.47 |
| Hex | C5 | D9 | 15 | 9 | 0 | 5A | F | 42 | 52 | 2F |
| Octal | 305 | 331 | 25 | 11 | 0 | 132 | 17 | 102 | 122 | 57 |
| Binary | 11000101 | 11011001 | 10101 | 1001 | 0 | 1011010 | 1111 | 1000010 | 1010010 | 101111 |
Color Harmonies of #C5D915
Complementary color
Monochromatic Colors of #C5D915
Black with #C5D915
Text Example
Text Example
White with #C5D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D915; }
p { color: rgb(197,217,21); }
H1.HeaderClassName
{
color: #C5D915;
}
.AnyTagClassName
{
color: #C5D915;
}
</style>
background-color css
<style>
a { background-color: #C5D915; }
a { background-color: rgb(197,217,21); }
div.DivClassName
{
background-color: #C5D915;
}
.BgClassName
{
background-color: #C5D915;
}
</style>
border-color css
<style>
span { border-color: #C5D915; }
span { border-color: rgb(197,217,21); }
td.TdClassName
{
border-color: #C5D915;
}
.TagClassName
{
border-color: #C5D915;
}
</style>