Shades of Rio Grande #C2D313
Tints of Rio Grande #C2D313
RGB
CMYK
RGB Variations
Color information
#C2D313 (or 0xC2D313) is known color: Rio Grande. HEX triplet: C2, D3 and 13. RGB value is (194,211,19). Sum of RGB (Red+Green+Blue) = 194+211+19=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D313 is #3D2CEC. Grayscale: #B8B8B8. Windows color (decimal): -4009197 or 1299394. OLE color: 1299394.
HSL color Cylindrical-coordinate representation of color #C2D313: hue angle of 65.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2D313 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 19 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.17 |
| HSL | 65.31º | 0.83% | 0.45% | - |
| HSV(B) | 65.31º | 0.91% | 0.83% | - |
| XYZ | 45.66 | 58.1 | 9.42 | - |
| YUV | 184.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 19 | 0.08 | 0 | 0.91 | 0.17 | 65.31 | 0.83 | 0.45 |
| Hex | C2 | D3 | 13 | 8 | 0 | 5B | 11 | 41 | 53 | 2D |
| Octal | 302 | 323 | 23 | 10 | 0 | 133 | 21 | 101 | 123 | 55 |
| Binary | 11000010 | 11010011 | 10011 | 1000 | 0 | 1011011 | 10001 | 1000001 | 1010011 | 101101 |
Color Harmonies of #C2D313
Complementary color
Monochromatic Colors of #C2D313
Black with #C2D313
Text Example
Text Example
White with #C2D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D313; }
p { color: rgb(194,211,19); }
H1.HeaderClassName
{
color: #C2D313;
}
.AnyTagClassName
{
color: #C2D313;
}
</style>
background-color css
<style>
a { background-color: #C2D313; }
a { background-color: rgb(194,211,19); }
div.DivClassName
{
background-color: #C2D313;
}
.BgClassName
{
background-color: #C2D313;
}
</style>
border-color css
<style>
span { border-color: #C2D313; }
span { border-color: rgb(194,211,19); }
td.TdClassName
{
border-color: #C2D313;
}
.TagClassName
{
border-color: #C2D313;
}
</style>