Shades of Rio Grande #C5D714
Tints of Rio Grande #C5D714
RGB
CMYK
RGB Variations
Color information
#C5D714 (or 0xC5D714) is known color: Rio Grande. HEX triplet: C5, D7 and 14. RGB value is (197,215,20). Sum of RGB (Red+Green+Blue) = 197+215+20=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D714 is #3A28EB. Grayscale: #BCBCBC. Windows color (decimal): -3811564 or 1365957. OLE color: 1365957.
HSL color Cylindrical-coordinate representation of color #C5D714: hue angle of 65.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5D714 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 20 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.16 |
| HSL | 65.54º | 0.83% | 0.46% | - |
| HSV(B) | 65.54º | 0.91% | 0.84% | - |
| XYZ | 47.45 | 60.52 | 9.84 | - |
| YUV | 187.39 | 33.54 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 20 | 0.08 | 0 | 0.91 | 0.16 | 65.54 | 0.83 | 0.46 |
| Hex | C5 | D7 | 14 | 8 | 0 | 5B | 10 | 42 | 53 | 2E |
| Octal | 305 | 327 | 24 | 10 | 0 | 133 | 20 | 102 | 123 | 56 |
| Binary | 11000101 | 11010111 | 10100 | 1000 | 0 | 1011011 | 10000 | 1000010 | 1010011 | 101110 |
Color Harmonies of #C5D714
Complementary color
Monochromatic Colors of #C5D714
Black with #C5D714
Text Example
Text Example
White with #C5D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D714; }
p { color: rgb(197,215,20); }
H1.HeaderClassName
{
color: #C5D714;
}
.AnyTagClassName
{
color: #C5D714;
}
</style>
background-color css
<style>
a { background-color: #C5D714; }
a { background-color: rgb(197,215,20); }
div.DivClassName
{
background-color: #C5D714;
}
.BgClassName
{
background-color: #C5D714;
}
</style>
border-color css
<style>
span { border-color: #C5D714; }
span { border-color: rgb(197,215,20); }
td.TdClassName
{
border-color: #C5D714;
}
.TagClassName
{
border-color: #C5D714;
}
</style>