Shades of Rio Grande #C3DA16
Tints of Rio Grande #C3DA16
RGB
CMYK
RGB Variations
Color information
#C3DA16 (or 0xC3DA16) is known color: Rio Grande. HEX triplet: C3, DA and 16. RGB value is (195,218,22). Sum of RGB (Red+Green+Blue) = 195+218+22=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DA16 is #3C25E9. Grayscale: #BDBDBD. Windows color (decimal): -3941866 or 1497795. OLE color: 1497795.
HSL color Cylindrical-coordinate representation of color #C3DA16: hue angle of 67.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3DA16 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.15 |
| HSL | 67.04º | 0.82% | 0.47% | - |
| HSV(B) | 67.04º | 0.9% | 0.85% | - |
| XYZ | 47.72 | 61.8 | 10.17 | - |
| YUV | 188.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 22 | 0.11 | 0 | 0.90 | 0.15 | 67.04 | 0.82 | 0.47 |
| Hex | C3 | DA | 16 | B | 0 | 5A | F | 43 | 52 | 2F |
| Octal | 303 | 332 | 26 | 13 | 0 | 132 | 17 | 103 | 122 | 57 |
| Binary | 11000011 | 11011010 | 10110 | 1011 | 0 | 1011010 | 1111 | 1000011 | 1010010 | 101111 |
Color Harmonies of #C3DA16
Complementary color
Monochromatic Colors of #C3DA16
Black with #C3DA16
Text Example
Text Example
White with #C3DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DA16; }
p { color: rgb(195,218,22); }
H1.HeaderClassName
{
color: #C3DA16;
}
.AnyTagClassName
{
color: #C3DA16;
}
</style>
background-color css
<style>
a { background-color: #C3DA16; }
a { background-color: rgb(195,218,22); }
div.DivClassName
{
background-color: #C3DA16;
}
.BgClassName
{
background-color: #C3DA16;
}
</style>
border-color css
<style>
span { border-color: #C3DA16; }
span { border-color: rgb(195,218,22); }
td.TdClassName
{
border-color: #C3DA16;
}
.TagClassName
{
border-color: #C3DA16;
}
</style>