Shades of Rio Grande #C3D815
Tints of Rio Grande #C3D815
RGB
CMYK
RGB Variations
Color information
#C3D815 (or 0xC3D815) is known color: Rio Grande. HEX triplet: C3, D8 and 15. RGB value is (195,216,21). Sum of RGB (Red+Green+Blue) = 195+216+21=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D815 is #3C27EA. Grayscale: #BCBCBC. Windows color (decimal): -3942379 or 1431747. OLE color: 1431747.
HSL color Cylindrical-coordinate representation of color #C3D815: hue angle of 66.46º 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 #C3D815 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 21 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.15 |
| HSL | 66.46º | 0.82% | 0.46% | - |
| HSV(B) | 66.46º | 0.9% | 0.85% | - |
| XYZ | 47.2 | 60.77 | 9.95 | - |
| YUV | 187.49 | 34.04 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 21 | 0.10 | 0 | 0.90 | 0.15 | 66.46 | 0.82 | 0.46 |
| Hex | C3 | D8 | 15 | A | 0 | 5A | F | 42 | 52 | 2E |
| Octal | 303 | 330 | 25 | 12 | 0 | 132 | 17 | 102 | 122 | 56 |
| Binary | 11000011 | 11011000 | 10101 | 1010 | 0 | 1011010 | 1111 | 1000010 | 1010010 | 101110 |
Color Harmonies of #C3D815
Complementary color
Monochromatic Colors of #C3D815
Black with #C3D815
Text Example
Text Example
White with #C3D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D815; }
p { color: rgb(195,216,21); }
H1.HeaderClassName
{
color: #C3D815;
}
.AnyTagClassName
{
color: #C3D815;
}
</style>
background-color css
<style>
a { background-color: #C3D815; }
a { background-color: rgb(195,216,21); }
div.DivClassName
{
background-color: #C3D815;
}
.BgClassName
{
background-color: #C3D815;
}
</style>
border-color css
<style>
span { border-color: #C3D815; }
span { border-color: rgb(195,216,21); }
td.TdClassName
{
border-color: #C3D815;
}
.TagClassName
{
border-color: #C3D815;
}
</style>