Shades of Rio Grande #C5CE1F
Tints of Rio Grande #C5CE1F
RGB
CMYK
RGB Variations
Color information
#C5CE1F (or 0xC5CE1F) is known color: Rio Grande. HEX triplet: C5, CE and 1F. RGB value is (197,206,31). Sum of RGB (Red+Green+Blue) = 197+206+31=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE1F is #3A31E0. Grayscale: #B8B8B8. Windows color (decimal): -3813857 or 2084549. OLE color: 2084549.
HSL color Cylindrical-coordinate representation of color #C5CE1F: hue angle of 63.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5CE1F is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 31 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.19 |
| HSL | 63.09º | 0.74% | 0.46% | - |
| HSV(B) | 63.09º | 0.85% | 0.81% | - |
| XYZ | 45.34 | 56.11 | 9.74 | - |
| YUV | 183.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 31 | 0.04 | 0 | 0.85 | 0.19 | 63.09 | 0.74 | 0.46 |
| Hex | C5 | CE | 1F | 4 | 0 | 55 | 13 | 3F | 4A | 2E |
| Octal | 305 | 316 | 37 | 4 | 0 | 125 | 23 | 77 | 112 | 56 |
| Binary | 11000101 | 11001110 | 11111 | 100 | 0 | 1010101 | 10011 | 111111 | 1001010 | 101110 |
Color Harmonies of #C5CE1F
Complementary color
Monochromatic Colors of #C5CE1F
Black with #C5CE1F
Text Example
Text Example
White with #C5CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE1F; }
p { color: rgb(197,206,31); }
H1.HeaderClassName
{
color: #C5CE1F;
}
.AnyTagClassName
{
color: #C5CE1F;
}
</style>
background-color css
<style>
a { background-color: #C5CE1F; }
a { background-color: rgb(197,206,31); }
div.DivClassName
{
background-color: #C5CE1F;
}
.BgClassName
{
background-color: #C5CE1F;
}
</style>
border-color css
<style>
span { border-color: #C5CE1F; }
span { border-color: rgb(197,206,31); }
td.TdClassName
{
border-color: #C5CE1F;
}
.TagClassName
{
border-color: #C5CE1F;
}
</style>