Shades of Rio Grande #C5D014
Tints of Rio Grande #C5D014
RGB
CMYK
RGB Variations
Color information
#C5D014 (or 0xC5D014) is known color: Rio Grande. HEX triplet: C5, D0 and 14. RGB value is (197,208,20). Sum of RGB (Red+Green+Blue) = 197+208+20=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D014 is #3A2FEB. Grayscale: #B8B8B8. Windows color (decimal): -3813356 or 1364165. OLE color: 1364165.
HSL color Cylindrical-coordinate representation of color #C5D014: hue angle of 63.51º 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 #C5D014 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.18 |
| HSL | 63.51º | 0.82% | 0.45% | - |
| HSV(B) | 63.51º | 0.9% | 0.82% | - |
| XYZ | 45.71 | 57.03 | 9.26 | - |
| YUV | 183.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 20 | 0.05 | 0 | 0.90 | 0.18 | 63.51 | 0.82 | 0.45 |
| Hex | C5 | D0 | 14 | 5 | 0 | 5A | 12 | 40 | 52 | 2D |
| Octal | 305 | 320 | 24 | 5 | 0 | 132 | 22 | 100 | 122 | 55 |
| Binary | 11000101 | 11010000 | 10100 | 101 | 0 | 1011010 | 10010 | 1000000 | 1010010 | 101101 |
Color Harmonies of #C5D014
Complementary color
Monochromatic Colors of #C5D014
Black with #C5D014
Text Example
Text Example
White with #C5D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D014; }
p { color: rgb(197,208,20); }
H1.HeaderClassName
{
color: #C5D014;
}
.AnyTagClassName
{
color: #C5D014;
}
</style>
background-color css
<style>
a { background-color: #C5D014; }
a { background-color: rgb(197,208,20); }
div.DivClassName
{
background-color: #C5D014;
}
.BgClassName
{
background-color: #C5D014;
}
</style>
border-color css
<style>
span { border-color: #C5D014; }
span { border-color: rgb(197,208,20); }
td.TdClassName
{
border-color: #C5D014;
}
.TagClassName
{
border-color: #C5D014;
}
</style>