Shades of Rio Grande #C2D512
Tints of Rio Grande #C2D512
RGB
CMYK
RGB Variations
Color information
#C2D512 (or 0xC2D512) is known color: Rio Grande. HEX triplet: C2, D5 and 12. RGB value is (194,213,18). Sum of RGB (Red+Green+Blue) = 194+213+18=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D512 is #3D2AED. Grayscale: #B9B9B9. Windows color (decimal): -4008686 or 1234370. OLE color: 1234370.
HSL color Cylindrical-coordinate representation of color #C2D512: hue angle of 65.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2D512 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.16 |
| HSL | 65.85º | 0.84% | 0.45% | - |
| HSV(B) | 65.85º | 0.92% | 0.84% | - |
| XYZ | 46.15 | 59.1 | 9.55 | - |
| YUV | 185.09 | 33.71 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 18 | 0.09 | 0 | 0.92 | 0.16 | 65.85 | 0.84 | 0.45 |
| Hex | C2 | D5 | 12 | 9 | 0 | 5C | 10 | 42 | 54 | 2D |
| Octal | 302 | 325 | 22 | 11 | 0 | 134 | 20 | 102 | 124 | 55 |
| Binary | 11000010 | 11010101 | 10010 | 1001 | 0 | 1011100 | 10000 | 1000010 | 1010100 | 101101 |
Color Harmonies of #C2D512
Complementary color
Monochromatic Colors of #C2D512
Black with #C2D512
Text Example
Text Example
White with #C2D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D512; }
p { color: rgb(194,213,18); }
H1.HeaderClassName
{
color: #C2D512;
}
.AnyTagClassName
{
color: #C2D512;
}
</style>
background-color css
<style>
a { background-color: #C2D512; }
a { background-color: rgb(194,213,18); }
div.DivClassName
{
background-color: #C2D512;
}
.BgClassName
{
background-color: #C2D512;
}
</style>
border-color css
<style>
span { border-color: #C2D512; }
span { border-color: rgb(194,213,18); }
td.TdClassName
{
border-color: #C2D512;
}
.TagClassName
{
border-color: #C2D512;
}
</style>