Shades of Rio Grande #C5D80D
Tints of Rio Grande #C5D80D
RGB
CMYK
RGB Variations
Color information
#C5D80D (or 0xC5D80D) is known color: Rio Grande. HEX triplet: C5, D8 and 0D. RGB value is (197,216,13). Sum of RGB (Red+Green+Blue) = 197+216+13=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D80D is #3A27F2. Grayscale: #BBBBBB. Windows color (decimal): -3811315 or 907461. OLE color: 907461.
HSL color Cylindrical-coordinate representation of color #C5D80D: hue angle of 65.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5D80D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.15 |
| HSL | 65.62º | 0.89% | 0.45% | - |
| HSV(B) | 65.62º | 0.94% | 0.85% | - |
| XYZ | 47.65 | 61.01 | 9.65 | - |
| YUV | 187.18 | 29.71 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 13 | 0.09 | 0 | 0.94 | 0.15 | 65.62 | 0.89 | 0.45 |
| Hex | C5 | D8 | D | 9 | 0 | 5E | F | 42 | 59 | 2D |
| Octal | 305 | 330 | 15 | 11 | 0 | 136 | 17 | 102 | 131 | 55 |
| Binary | 11000101 | 11011000 | 1101 | 1001 | 0 | 1011110 | 1111 | 1000010 | 1011001 | 101101 |
Color Harmonies of #C5D80D
Complementary color
Monochromatic Colors of #C5D80D
Black with #C5D80D
Text Example
Text Example
White with #C5D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D80D; }
p { color: rgb(197,216,13); }
H1.HeaderClassName
{
color: #C5D80D;
}
.AnyTagClassName
{
color: #C5D80D;
}
</style>
background-color css
<style>
a { background-color: #C5D80D; }
a { background-color: rgb(197,216,13); }
div.DivClassName
{
background-color: #C5D80D;
}
.BgClassName
{
background-color: #C5D80D;
}
</style>
border-color css
<style>
span { border-color: #C5D80D; }
span { border-color: rgb(197,216,13); }
td.TdClassName
{
border-color: #C5D80D;
}
.TagClassName
{
border-color: #C5D80D;
}
</style>