Shades of Rio Grande #C5D618
Tints of Rio Grande #C5D618
RGB
CMYK
RGB Variations
Color information
#C5D618 (or 0xC5D618) is known color: Rio Grande. HEX triplet: C5, D6 and 18. RGB value is (197,214,24). Sum of RGB (Red+Green+Blue) = 197+214+24=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D618 is #3A29E7. Grayscale: #BBBBBB. Windows color (decimal): -3811816 or 1627845. OLE color: 1627845.
HSL color Cylindrical-coordinate representation of color #C5D618: hue angle of 65.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5D618 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 24 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.16 |
| HSL | 65.37º | 0.8% | 0.47% | - |
| HSV(B) | 65.37º | 0.89% | 0.84% | - |
| XYZ | 47.24 | 60.03 | 9.96 | - |
| YUV | 187.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 24 | 0.08 | 0 | 0.89 | 0.16 | 65.37 | 0.8 | 0.47 |
| Hex | C5 | D6 | 18 | 8 | 0 | 59 | 10 | 41 | 50 | 2F |
| Octal | 305 | 326 | 30 | 10 | 0 | 131 | 20 | 101 | 120 | 57 |
| Binary | 11000101 | 11010110 | 11000 | 1000 | 0 | 1011001 | 10000 | 1000001 | 1010000 | 101111 |
Color Harmonies of #C5D618
Complementary color
Monochromatic Colors of #C5D618
Black with #C5D618
Text Example
Text Example
White with #C5D618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D618; }
p { color: rgb(197,214,24); }
H1.HeaderClassName
{
color: #C5D618;
}
.AnyTagClassName
{
color: #C5D618;
}
</style>
background-color css
<style>
a { background-color: #C5D618; }
a { background-color: rgb(197,214,24); }
div.DivClassName
{
background-color: #C5D618;
}
.BgClassName
{
background-color: #C5D618;
}
</style>
border-color css
<style>
span { border-color: #C5D618; }
span { border-color: rgb(197,214,24); }
td.TdClassName
{
border-color: #C5D618;
}
.TagClassName
{
border-color: #C5D618;
}
</style>