Shades of Rio Grande #C2D213
Tints of Rio Grande #C2D213
RGB
CMYK
RGB Variations
Color information
#C2D213 (or 0xC2D213) is known color: Rio Grande. HEX triplet: C2, D2 and 13. RGB value is (194,210,19). Sum of RGB (Red+Green+Blue) = 194+210+19=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D213 is #3D2DEC. Grayscale: #B8B8B8. Windows color (decimal): -4009453 or 1299138. OLE color: 1299138.
HSL color Cylindrical-coordinate representation of color #C2D213: hue angle of 65.03º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2D213 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 19 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.18 |
| HSL | 65.03º | 0.83% | 0.45% | - |
| HSV(B) | 65.03º | 0.91% | 0.82% | - |
| XYZ | 45.41 | 57.61 | 9.34 | - |
| YUV | 183.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 19 | 0.08 | 0 | 0.91 | 0.18 | 65.03 | 0.83 | 0.45 |
| Hex | C2 | D2 | 13 | 8 | 0 | 5B | 12 | 41 | 53 | 2D |
| Octal | 302 | 322 | 23 | 10 | 0 | 133 | 22 | 101 | 123 | 55 |
| Binary | 11000010 | 11010010 | 10011 | 1000 | 0 | 1011011 | 10010 | 1000001 | 1010011 | 101101 |
Color Harmonies of #C2D213
Complementary color
Monochromatic Colors of #C2D213
Black with #C2D213
Text Example
Text Example
White with #C2D213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D213; }
p { color: rgb(194,210,19); }
H1.HeaderClassName
{
color: #C2D213;
}
.AnyTagClassName
{
color: #C2D213;
}
</style>
background-color css
<style>
a { background-color: #C2D213; }
a { background-color: rgb(194,210,19); }
div.DivClassName
{
background-color: #C2D213;
}
.BgClassName
{
background-color: #C2D213;
}
</style>
border-color css
<style>
span { border-color: #C2D213; }
span { border-color: rgb(194,210,19); }
td.TdClassName
{
border-color: #C2D213;
}
.TagClassName
{
border-color: #C2D213;
}
</style>