Shades of Rio Grande #C4D815
Tints of Rio Grande #C4D815
RGB
CMYK
RGB Variations
Color information
#C4D815 (or 0xC4D815) is known color: Rio Grande. HEX triplet: C4, D8 and 15. RGB value is (196,216,21). Sum of RGB (Red+Green+Blue) = 196+216+21=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D815 is #3B27EA. Grayscale: #BCBCBC. Windows color (decimal): -3876843 or 1431748. OLE color: 1431748.
HSL color Cylindrical-coordinate representation of color #C4D815: hue angle of 66.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4D815 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 21 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.15 |
| HSL | 66.15º | 0.82% | 0.46% | - |
| HSV(B) | 66.15º | 0.9% | 0.85% | - |
| XYZ | 47.46 | 60.9 | 9.96 | - |
| YUV | 187.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 21 | 0.09 | 0 | 0.90 | 0.15 | 66.15 | 0.82 | 0.46 |
| Hex | C4 | D8 | 15 | 9 | 0 | 5A | F | 42 | 52 | 2E |
| Octal | 304 | 330 | 25 | 11 | 0 | 132 | 17 | 102 | 122 | 56 |
| Binary | 11000100 | 11011000 | 10101 | 1001 | 0 | 1011010 | 1111 | 1000010 | 1010010 | 101110 |
Color Harmonies of #C4D815
Complementary color
Monochromatic Colors of #C4D815
Black with #C4D815
Text Example
Text Example
White with #C4D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D815; }
p { color: rgb(196,216,21); }
H1.HeaderClassName
{
color: #C4D815;
}
.AnyTagClassName
{
color: #C4D815;
}
</style>
background-color css
<style>
a { background-color: #C4D815; }
a { background-color: rgb(196,216,21); }
div.DivClassName
{
background-color: #C4D815;
}
.BgClassName
{
background-color: #C4D815;
}
</style>
border-color css
<style>
span { border-color: #C4D815; }
span { border-color: rgb(196,216,21); }
td.TdClassName
{
border-color: #C4D815;
}
.TagClassName
{
border-color: #C4D815;
}
</style>