Shades of Rio Grande #C1D20F
Tints of Rio Grande #C1D20F
RGB
CMYK
RGB Variations
Color information
#C1D20F (or 0xC1D20F) is known color: Rio Grande. HEX triplet: C1, D2 and 0F. RGB value is (193,210,15). Sum of RGB (Red+Green+Blue) = 193+210+15=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D20F is #3E2DF0. Grayscale: #B7B7B7. Windows color (decimal): -4074993 or 1036993. OLE color: 1036993.
HSL color Cylindrical-coordinate representation of color #C1D20F: hue angle of 65.23º 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 #C1D20F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.18 |
| HSL | 65.23º | 0.87% | 0.44% | - |
| HSV(B) | 65.23º | 0.93% | 0.82% | - |
| XYZ | 45.13 | 57.47 | 9.17 | - |
| YUV | 182.69 | 33.37 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 15 | 0.08 | 0 | 0.93 | 0.18 | 65.23 | 0.87 | 0.44 |
| Hex | C1 | D2 | F | 8 | 0 | 5D | 12 | 41 | 57 | 2C |
| Octal | 301 | 322 | 17 | 10 | 0 | 135 | 22 | 101 | 127 | 54 |
| Binary | 11000001 | 11010010 | 1111 | 1000 | 0 | 1011101 | 10010 | 1000001 | 1010111 | 101100 |
Color Harmonies of #C1D20F
Complementary color
Monochromatic Colors of #C1D20F
Black with #C1D20F
Text Example
Text Example
White with #C1D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D20F; }
p { color: rgb(193,210,15); }
H1.HeaderClassName
{
color: #C1D20F;
}
.AnyTagClassName
{
color: #C1D20F;
}
</style>
background-color css
<style>
a { background-color: #C1D20F; }
a { background-color: rgb(193,210,15); }
div.DivClassName
{
background-color: #C1D20F;
}
.BgClassName
{
background-color: #C1D20F;
}
</style>
border-color css
<style>
span { border-color: #C1D20F; }
span { border-color: rgb(193,210,15); }
td.TdClassName
{
border-color: #C1D20F;
}
.TagClassName
{
border-color: #C1D20F;
}
</style>