Shades of Rio Grande #C3D816
Tints of Rio Grande #C3D816
RGB
CMYK
RGB Variations
Color information
#C3D816 (or 0xC3D816) is known color: Rio Grande. HEX triplet: C3, D8 and 16. RGB value is (195,216,22). Sum of RGB (Red+Green+Blue) = 195+216+22=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D816 is #3C27E9. Grayscale: #BCBCBC. Windows color (decimal): -3942378 or 1497283. OLE color: 1497283.
HSL color Cylindrical-coordinate representation of color #C3D816: hue angle of 66.49º 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 #C3D816 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.15 |
| HSL | 66.49º | 0.82% | 0.47% | - |
| HSV(B) | 66.49º | 0.9% | 0.85% | - |
| XYZ | 47.21 | 60.77 | 10 | - |
| YUV | 187.61 | 34.54 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 22 | 0.10 | 0 | 0.90 | 0.15 | 66.49 | 0.82 | 0.47 |
| Hex | C3 | D8 | 16 | A | 0 | 5A | F | 42 | 52 | 2F |
| Octal | 303 | 330 | 26 | 12 | 0 | 132 | 17 | 102 | 122 | 57 |
| Binary | 11000011 | 11011000 | 10110 | 1010 | 0 | 1011010 | 1111 | 1000010 | 1010010 | 101111 |
Color Harmonies of #C3D816
Complementary color
Monochromatic Colors of #C3D816
Black with #C3D816
Text Example
Text Example
White with #C3D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D816; }
p { color: rgb(195,216,22); }
H1.HeaderClassName
{
color: #C3D816;
}
.AnyTagClassName
{
color: #C3D816;
}
</style>
background-color css
<style>
a { background-color: #C3D816; }
a { background-color: rgb(195,216,22); }
div.DivClassName
{
background-color: #C3D816;
}
.BgClassName
{
background-color: #C3D816;
}
</style>
border-color css
<style>
span { border-color: #C3D816; }
span { border-color: rgb(195,216,22); }
td.TdClassName
{
border-color: #C3D816;
}
.TagClassName
{
border-color: #C3D816;
}
</style>