Shades of Rio Grande #C5D615
Tints of Rio Grande #C5D615
RGB
CMYK
RGB Variations
Color information
#C5D615 (or 0xC5D615) is known color: Rio Grande. HEX triplet: C5, D6 and 15. RGB value is (197,214,21). Sum of RGB (Red+Green+Blue) = 197+214+21=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D615 is #3A29EA. Grayscale: #BBBBBB. Windows color (decimal): -3811819 or 1431237. OLE color: 1431237.
HSL color Cylindrical-coordinate representation of color #C5D615: hue angle of 65.28º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5D615 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.16 |
| HSL | 65.28º | 0.82% | 0.46% | - |
| HSV(B) | 65.28º | 0.9% | 0.84% | - |
| XYZ | 47.21 | 60.02 | 9.81 | - |
| YUV | 186.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 21 | 0.08 | 0 | 0.90 | 0.16 | 65.28 | 0.82 | 0.46 |
| Hex | C5 | D6 | 15 | 8 | 0 | 5A | 10 | 41 | 52 | 2E |
| Octal | 305 | 326 | 25 | 10 | 0 | 132 | 20 | 101 | 122 | 56 |
| Binary | 11000101 | 11010110 | 10101 | 1000 | 0 | 1011010 | 10000 | 1000001 | 1010010 | 101110 |
Color Harmonies of #C5D615
Complementary color
Monochromatic Colors of #C5D615
Black with #C5D615
Text Example
Text Example
White with #C5D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D615; }
p { color: rgb(197,214,21); }
H1.HeaderClassName
{
color: #C5D615;
}
.AnyTagClassName
{
color: #C5D615;
}
</style>
background-color css
<style>
a { background-color: #C5D615; }
a { background-color: rgb(197,214,21); }
div.DivClassName
{
background-color: #C5D615;
}
.BgClassName
{
background-color: #C5D615;
}
</style>
border-color css
<style>
span { border-color: #C5D615; }
span { border-color: rgb(197,214,21); }
td.TdClassName
{
border-color: #C5D615;
}
.TagClassName
{
border-color: #C5D615;
}
</style>