Shades of Rio Grande #C3D110
Tints of Rio Grande #C3D110
RGB
CMYK
RGB Variations
Color information
#C3D110 (or 0xC3D110) is known color: Rio Grande. HEX triplet: C3, D1 and 10. RGB value is (195,209,16). Sum of RGB (Red+Green+Blue) = 195+209+16=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D110 is #3C2EEF. Grayscale: #B7B7B7. Windows color (decimal): -3944176 or 1102275. OLE color: 1102275.
HSL color Cylindrical-coordinate representation of color #C3D110: hue angle of 64.35º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3D110 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.18 |
| HSL | 64.35º | 0.86% | 0.44% | - |
| HSV(B) | 64.35º | 0.92% | 0.82% | - |
| XYZ | 45.4 | 57.24 | 9.15 | - |
| YUV | 182.81 | 33.86 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 16 | 0.07 | 0 | 0.92 | 0.18 | 64.35 | 0.86 | 0.44 |
| Hex | C3 | D1 | 10 | 7 | 0 | 5C | 12 | 40 | 56 | 2C |
| Octal | 303 | 321 | 20 | 7 | 0 | 134 | 22 | 100 | 126 | 54 |
| Binary | 11000011 | 11010001 | 10000 | 111 | 0 | 1011100 | 10010 | 1000000 | 1010110 | 101100 |
Color Harmonies of #C3D110
Complementary color
Monochromatic Colors of #C3D110
Black with #C3D110
Text Example
Text Example
White with #C3D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D110; }
p { color: rgb(195,209,16); }
H1.HeaderClassName
{
color: #C3D110;
}
.AnyTagClassName
{
color: #C3D110;
}
</style>
background-color css
<style>
a { background-color: #C3D110; }
a { background-color: rgb(195,209,16); }
div.DivClassName
{
background-color: #C3D110;
}
.BgClassName
{
background-color: #C3D110;
}
</style>
border-color css
<style>
span { border-color: #C3D110; }
span { border-color: rgb(195,209,16); }
td.TdClassName
{
border-color: #C3D110;
}
.TagClassName
{
border-color: #C3D110;
}
</style>