Shades of Rio Grande #C4D817
Tints of Rio Grande #C4D817
RGB
CMYK
RGB Variations
Color information
#C4D817 (or 0xC4D817) is known color: Rio Grande. HEX triplet: C4, D8 and 17. RGB value is (196,216,23). Sum of RGB (Red+Green+Blue) = 196+216+23=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D817 is #3B27E8. Grayscale: #BCBCBC. Windows color (decimal): -3876841 or 1562820. OLE color: 1562820.
HSL color Cylindrical-coordinate representation of color #C4D817: hue angle of 66.22º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4D817 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 23 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.15 |
| HSL | 66.22º | 0.81% | 0.47% | - |
| HSV(B) | 66.22º | 0.89% | 0.85% | - |
| XYZ | 47.48 | 60.91 | 10.07 | - |
| YUV | 188.02 | 34.87 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 23 | 0.09 | 0 | 0.89 | 0.15 | 66.22 | 0.81 | 0.47 |
| Hex | C4 | D8 | 17 | 9 | 0 | 59 | F | 42 | 51 | 2F |
| Octal | 304 | 330 | 27 | 11 | 0 | 131 | 17 | 102 | 121 | 57 |
| Binary | 11000100 | 11011000 | 10111 | 1001 | 0 | 1011001 | 1111 | 1000010 | 1010001 | 101111 |
Color Harmonies of #C4D817
Complementary color
Monochromatic Colors of #C4D817
Black with #C4D817
Text Example
Text Example
White with #C4D817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D817; }
p { color: rgb(196,216,23); }
H1.HeaderClassName
{
color: #C4D817;
}
.AnyTagClassName
{
color: #C4D817;
}
</style>
background-color css
<style>
a { background-color: #C4D817; }
a { background-color: rgb(196,216,23); }
div.DivClassName
{
background-color: #C4D817;
}
.BgClassName
{
background-color: #C4D817;
}
</style>
border-color css
<style>
span { border-color: #C4D817; }
span { border-color: rgb(196,216,23); }
td.TdClassName
{
border-color: #C4D817;
}
.TagClassName
{
border-color: #C4D817;
}
</style>