Shades of Rio Grande #C5D215
Tints of Rio Grande #C5D215
RGB
CMYK
RGB Variations
Color information
#C5D215 (or 0xC5D215) is known color: Rio Grande. HEX triplet: C5, D2 and 15. RGB value is (197,210,21). Sum of RGB (Red+Green+Blue) = 197+210+21=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D215 is #3A2DEA. Grayscale: #B9B9B9. Windows color (decimal): -3812843 or 1430213. OLE color: 1430213.
HSL color Cylindrical-coordinate representation of color #C5D215: hue angle of 64.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5D215 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.18 |
| HSL | 64.13º | 0.82% | 0.45% | - |
| HSV(B) | 64.13º | 0.9% | 0.82% | - |
| XYZ | 46.21 | 58.02 | 9.47 | - |
| YUV | 184.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 21 | 0.06 | 0 | 0.90 | 0.18 | 64.13 | 0.82 | 0.45 |
| Hex | C5 | D2 | 15 | 6 | 0 | 5A | 12 | 40 | 52 | 2D |
| Octal | 305 | 322 | 25 | 6 | 0 | 132 | 22 | 100 | 122 | 55 |
| Binary | 11000101 | 11010010 | 10101 | 110 | 0 | 1011010 | 10010 | 1000000 | 1010010 | 101101 |
Color Harmonies of #C5D215
Complementary color
Monochromatic Colors of #C5D215
Black with #C5D215
Text Example
Text Example
White with #C5D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D215; }
p { color: rgb(197,210,21); }
H1.HeaderClassName
{
color: #C5D215;
}
.AnyTagClassName
{
color: #C5D215;
}
</style>
background-color css
<style>
a { background-color: #C5D215; }
a { background-color: rgb(197,210,21); }
div.DivClassName
{
background-color: #C5D215;
}
.BgClassName
{
background-color: #C5D215;
}
</style>
border-color css
<style>
span { border-color: #C5D215; }
span { border-color: rgb(197,210,21); }
td.TdClassName
{
border-color: #C5D215;
}
.TagClassName
{
border-color: #C5D215;
}
</style>