Shades of Rio Grande #C2D50D
Tints of Rio Grande #C2D50D
RGB
CMYK
RGB Variations
Color information
#C2D50D (or 0xC2D50D) is known color: Rio Grande. HEX triplet: C2, D5 and 0D. RGB value is (194,213,13). Sum of RGB (Red+Green+Blue) = 194+213+13=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D50D is #3D2AF2. Grayscale: #B9B9B9. Windows color (decimal): -4008691 or 906690. OLE color: 906690.
HSL color Cylindrical-coordinate representation of color #C2D50D: hue angle of 65.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2D50D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.16 |
| HSL | 65.7º | 0.88% | 0.44% | - |
| HSV(B) | 65.7º | 0.94% | 0.84% | - |
| XYZ | 46.12 | 59.09 | 9.36 | - |
| YUV | 184.52 | 31.21 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 13 | 0.09 | 0 | 0.94 | 0.16 | 65.7 | 0.88 | 0.44 |
| Hex | C2 | D5 | D | 9 | 0 | 5E | 10 | 42 | 58 | 2C |
| Octal | 302 | 325 | 15 | 11 | 0 | 136 | 20 | 102 | 130 | 54 |
| Binary | 11000010 | 11010101 | 1101 | 1001 | 0 | 1011110 | 10000 | 1000010 | 1011000 | 101100 |
Color Harmonies of #C2D50D
Complementary color
Monochromatic Colors of #C2D50D
Black with #C2D50D
Text Example
Text Example
White with #C2D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D50D; }
p { color: rgb(194,213,13); }
H1.HeaderClassName
{
color: #C2D50D;
}
.AnyTagClassName
{
color: #C2D50D;
}
</style>
background-color css
<style>
a { background-color: #C2D50D; }
a { background-color: rgb(194,213,13); }
div.DivClassName
{
background-color: #C2D50D;
}
.BgClassName
{
background-color: #C2D50D;
}
</style>
border-color css
<style>
span { border-color: #C2D50D; }
span { border-color: rgb(194,213,13); }
td.TdClassName
{
border-color: #C2D50D;
}
.TagClassName
{
border-color: #C2D50D;
}
</style>