Shades of Rio Grande #C5D015
Tints of Rio Grande #C5D015
RGB
CMYK
RGB Variations
Color information
#C5D015 (or 0xC5D015) is known color: Rio Grande. HEX triplet: C5, D0 and 15. RGB value is (197,208,21). Sum of RGB (Red+Green+Blue) = 197+208+21=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D015 is #3A2FEA. Grayscale: #B8B8B8. Windows color (decimal): -3813355 or 1429701. OLE color: 1429701.
HSL color Cylindrical-coordinate representation of color #C5D015: hue angle of 63.53º 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 #C5D015 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.18 |
| HSL | 63.53º | 0.82% | 0.45% | - |
| HSV(B) | 63.53º | 0.9% | 0.82% | - |
| XYZ | 45.72 | 57.04 | 9.31 | - |
| YUV | 183.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 21 | 0.05 | 0 | 0.90 | 0.18 | 63.53 | 0.82 | 0.45 |
| Hex | C5 | D0 | 15 | 5 | 0 | 5A | 12 | 40 | 52 | 2D |
| Octal | 305 | 320 | 25 | 5 | 0 | 132 | 22 | 100 | 122 | 55 |
| Binary | 11000101 | 11010000 | 10101 | 101 | 0 | 1011010 | 10010 | 1000000 | 1010010 | 101101 |
Color Harmonies of #C5D015
Complementary color
Monochromatic Colors of #C5D015
Black with #C5D015
Text Example
Text Example
White with #C5D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D015; }
p { color: rgb(197,208,21); }
H1.HeaderClassName
{
color: #C5D015;
}
.AnyTagClassName
{
color: #C5D015;
}
</style>
background-color css
<style>
a { background-color: #C5D015; }
a { background-color: rgb(197,208,21); }
div.DivClassName
{
background-color: #C5D015;
}
.BgClassName
{
background-color: #C5D015;
}
</style>
border-color css
<style>
span { border-color: #C5D015; }
span { border-color: rgb(197,208,21); }
td.TdClassName
{
border-color: #C5D015;
}
.TagClassName
{
border-color: #C5D015;
}
</style>