Shades of Rio Grande #C2D517
Tints of Rio Grande #C2D517
RGB
CMYK
RGB Variations
Color information
#C2D517 (or 0xC2D517) is known color: Rio Grande. HEX triplet: C2, D5 and 17. RGB value is (194,213,23). Sum of RGB (Red+Green+Blue) = 194+213+23=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D517 is #3D2AE8. Grayscale: #BABABA. Windows color (decimal): -4008681 or 1562050. OLE color: 1562050.
HSL color Cylindrical-coordinate representation of color #C2D517: hue angle of 66º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2D517 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 23 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.16 |
| HSL | 66º | 0.81% | 0.46% | - |
| HSV(B) | 66º | 0.89% | 0.84% | - |
| XYZ | 46.2 | 59.12 | 9.79 | - |
| YUV | 185.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 23 | 0.09 | 0 | 0.89 | 0.16 | 66 | 0.81 | 0.46 |
| Hex | C2 | D5 | 17 | 9 | 0 | 59 | 10 | 42 | 51 | 2E |
| Octal | 302 | 325 | 27 | 11 | 0 | 131 | 20 | 102 | 121 | 56 |
| Binary | 11000010 | 11010101 | 10111 | 1001 | 0 | 1011001 | 10000 | 1000010 | 1010001 | 101110 |
Color Harmonies of #C2D517
Complementary color
Monochromatic Colors of #C2D517
Black with #C2D517
Text Example
Text Example
White with #C2D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D517; }
p { color: rgb(194,213,23); }
H1.HeaderClassName
{
color: #C2D517;
}
.AnyTagClassName
{
color: #C2D517;
}
</style>
background-color css
<style>
a { background-color: #C2D517; }
a { background-color: rgb(194,213,23); }
div.DivClassName
{
background-color: #C2D517;
}
.BgClassName
{
background-color: #C2D517;
}
</style>
border-color css
<style>
span { border-color: #C2D517; }
span { border-color: rgb(194,213,23); }
td.TdClassName
{
border-color: #C2D517;
}
.TagClassName
{
border-color: #C2D517;
}
</style>