Shades of Rio Grande #C2D10F
Tints of Rio Grande #C2D10F
RGB
CMYK
RGB Variations
Color information
#C2D10F (or 0xC2D10F) is known color: Rio Grande. HEX triplet: C2, D1 and 0F. RGB value is (194,209,15). Sum of RGB (Red+Green+Blue) = 194+209+15=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D10F is #3D2EF0. Grayscale: #B7B7B7. Windows color (decimal): -4009713 or 1036738. OLE color: 1036738.
HSL color Cylindrical-coordinate representation of color #C2D10F: hue angle of 64.64º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2D10F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.18 |
| HSL | 64.64º | 0.87% | 0.44% | - |
| HSV(B) | 64.64º | 0.93% | 0.82% | - |
| XYZ | 45.13 | 57.1 | 9.1 | - |
| YUV | 182.4 | 33.53 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 15 | 0.07 | 0 | 0.93 | 0.18 | 64.64 | 0.87 | 0.44 |
| Hex | C2 | D1 | F | 7 | 0 | 5D | 12 | 41 | 57 | 2C |
| Octal | 302 | 321 | 17 | 7 | 0 | 135 | 22 | 101 | 127 | 54 |
| Binary | 11000010 | 11010001 | 1111 | 111 | 0 | 1011101 | 10010 | 1000001 | 1010111 | 101100 |
Color Harmonies of #C2D10F
Complementary color
Monochromatic Colors of #C2D10F
Black with #C2D10F
Text Example
Text Example
White with #C2D10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D10F; }
p { color: rgb(194,209,15); }
H1.HeaderClassName
{
color: #C2D10F;
}
.AnyTagClassName
{
color: #C2D10F;
}
</style>
background-color css
<style>
a { background-color: #C2D10F; }
a { background-color: rgb(194,209,15); }
div.DivClassName
{
background-color: #C2D10F;
}
.BgClassName
{
background-color: #C2D10F;
}
</style>
border-color css
<style>
span { border-color: #C2D10F; }
span { border-color: rgb(194,209,15); }
td.TdClassName
{
border-color: #C2D10F;
}
.TagClassName
{
border-color: #C2D10F;
}
</style>