Shades of Rio Grande #C3D712
Tints of Rio Grande #C3D712
RGB
CMYK
RGB Variations
Color information
#C3D712 (or 0xC3D712) is known color: Rio Grande. HEX triplet: C3, D7 and 12. RGB value is (195,215,18). Sum of RGB (Red+Green+Blue) = 195+215+18=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D712 is #3C28ED. Grayscale: #BBBBBB. Windows color (decimal): -3942638 or 1234883. OLE color: 1234883.
HSL color Cylindrical-coordinate representation of color #C3D712: hue angle of 66.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3D712 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 215 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.16 |
| HSL | 66.09º | 0.85% | 0.46% | - |
| HSV(B) | 66.09º | 0.92% | 0.84% | - |
| XYZ | 46.92 | 60.25 | 9.73 | - |
| YUV | 186.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 215 | 18 | 0.09 | 0 | 0.92 | 0.16 | 66.09 | 0.85 | 0.46 |
| Hex | C3 | D7 | 12 | 9 | 0 | 5C | 10 | 42 | 55 | 2E |
| Octal | 303 | 327 | 22 | 11 | 0 | 134 | 20 | 102 | 125 | 56 |
| Binary | 11000011 | 11010111 | 10010 | 1001 | 0 | 1011100 | 10000 | 1000010 | 1010101 | 101110 |
Color Harmonies of #C3D712
Complementary color
Monochromatic Colors of #C3D712
Black with #C3D712
Text Example
Text Example
White with #C3D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D712; }
p { color: rgb(195,215,18); }
H1.HeaderClassName
{
color: #C3D712;
}
.AnyTagClassName
{
color: #C3D712;
}
</style>
background-color css
<style>
a { background-color: #C3D712; }
a { background-color: rgb(195,215,18); }
div.DivClassName
{
background-color: #C3D712;
}
.BgClassName
{
background-color: #C3D712;
}
</style>
border-color css
<style>
span { border-color: #C3D712; }
span { border-color: rgb(195,215,18); }
td.TdClassName
{
border-color: #C3D712;
}
.TagClassName
{
border-color: #C3D712;
}
</style>