Shades of Rio Grande #C5D715
Tints of Rio Grande #C5D715
RGB
CMYK
RGB Variations
Color information
#C5D715 (or 0xC5D715) is known color: Rio Grande. HEX triplet: C5, D7 and 15. RGB value is (197,215,21). Sum of RGB (Red+Green+Blue) = 197+215+21=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D715 is #3A28EA. Grayscale: #BCBCBC. Windows color (decimal): -3811563 or 1431493. OLE color: 1431493.
HSL color Cylindrical-coordinate representation of color #C5D715: hue angle of 65.57º 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 #C5D715 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.16 |
| HSL | 65.57º | 0.82% | 0.46% | - |
| HSV(B) | 65.57º | 0.9% | 0.84% | - |
| XYZ | 47.46 | 60.53 | 9.89 | - |
| YUV | 187.5 | 34.04 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 21 | 0.08 | 0 | 0.90 | 0.16 | 65.57 | 0.82 | 0.46 |
| Hex | C5 | D7 | 15 | 8 | 0 | 5A | 10 | 42 | 52 | 2E |
| Octal | 305 | 327 | 25 | 10 | 0 | 132 | 20 | 102 | 122 | 56 |
| Binary | 11000101 | 11010111 | 10101 | 1000 | 0 | 1011010 | 10000 | 1000010 | 1010010 | 101110 |
Color Harmonies of #C5D715
Complementary color
Monochromatic Colors of #C5D715
Black with #C5D715
Text Example
Text Example
White with #C5D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D715; }
p { color: rgb(197,215,21); }
H1.HeaderClassName
{
color: #C5D715;
}
.AnyTagClassName
{
color: #C5D715;
}
</style>
background-color css
<style>
a { background-color: #C5D715; }
a { background-color: rgb(197,215,21); }
div.DivClassName
{
background-color: #C5D715;
}
.BgClassName
{
background-color: #C5D715;
}
</style>
border-color css
<style>
span { border-color: #C5D715; }
span { border-color: rgb(197,215,21); }
td.TdClassName
{
border-color: #C5D715;
}
.TagClassName
{
border-color: #C5D715;
}
</style>