Shades of Rio Grande #C4D717
Tints of Rio Grande #C4D717
RGB
CMYK
RGB Variations
Color information
#C4D717 (or 0xC4D717) is known color: Rio Grande. HEX triplet: C4, D7 and 17. RGB value is (196,215,23). Sum of RGB (Red+Green+Blue) = 196+215+23=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D717 is #3B28E8. Grayscale: #BCBCBC. Windows color (decimal): -3877097 or 1562564. OLE color: 1562564.
HSL color Cylindrical-coordinate representation of color #C4D717: hue angle of 65.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4D717 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 23 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.16 |
| HSL | 65.94º | 0.81% | 0.47% | - |
| HSV(B) | 65.94º | 0.89% | 0.84% | - |
| XYZ | 47.22 | 60.4 | 9.98 | - |
| YUV | 187.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 23 | 0.09 | 0 | 0.89 | 0.16 | 65.94 | 0.81 | 0.47 |
| Hex | C4 | D7 | 17 | 9 | 0 | 59 | 10 | 42 | 51 | 2F |
| Octal | 304 | 327 | 27 | 11 | 0 | 131 | 20 | 102 | 121 | 57 |
| Binary | 11000100 | 11010111 | 10111 | 1001 | 0 | 1011001 | 10000 | 1000010 | 1010001 | 101111 |
Color Harmonies of #C4D717
Complementary color
Monochromatic Colors of #C4D717
Black with #C4D717
Text Example
Text Example
White with #C4D717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D717; }
p { color: rgb(196,215,23); }
H1.HeaderClassName
{
color: #C4D717;
}
.AnyTagClassName
{
color: #C4D717;
}
</style>
background-color css
<style>
a { background-color: #C4D717; }
a { background-color: rgb(196,215,23); }
div.DivClassName
{
background-color: #C4D717;
}
.BgClassName
{
background-color: #C4D717;
}
</style>
border-color css
<style>
span { border-color: #C4D717; }
span { border-color: rgb(196,215,23); }
td.TdClassName
{
border-color: #C4D717;
}
.TagClassName
{
border-color: #C4D717;
}
</style>