Shades of Rio Grande #C4D014
Tints of Rio Grande #C4D014
RGB
CMYK
RGB Variations
Color information
#C4D014 (or 0xC4D014) is known color: Rio Grande. HEX triplet: C4, D0 and 14. RGB value is (196,208,20). Sum of RGB (Red+Green+Blue) = 196+208+20=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D014 is #3B2FEB. Grayscale: #B7B7B7. Windows color (decimal): -3878892 or 1364164. OLE color: 1364164.
HSL color Cylindrical-coordinate representation of color #C4D014: hue angle of 63.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4D014 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 20 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.18 |
| HSL | 63.83º | 0.82% | 0.45% | - |
| HSV(B) | 63.83º | 0.9% | 0.82% | - |
| XYZ | 45.45 | 56.9 | 9.25 | - |
| YUV | 182.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 20 | 0.06 | 0 | 0.90 | 0.18 | 63.83 | 0.82 | 0.45 |
| Hex | C4 | D0 | 14 | 6 | 0 | 5A | 12 | 40 | 52 | 2D |
| Octal | 304 | 320 | 24 | 6 | 0 | 132 | 22 | 100 | 122 | 55 |
| Binary | 11000100 | 11010000 | 10100 | 110 | 0 | 1011010 | 10010 | 1000000 | 1010010 | 101101 |
Color Harmonies of #C4D014
Complementary color
Monochromatic Colors of #C4D014
Black with #C4D014
Text Example
Text Example
White with #C4D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D014; }
p { color: rgb(196,208,20); }
H1.HeaderClassName
{
color: #C4D014;
}
.AnyTagClassName
{
color: #C4D014;
}
</style>
background-color css
<style>
a { background-color: #C4D014; }
a { background-color: rgb(196,208,20); }
div.DivClassName
{
background-color: #C4D014;
}
.BgClassName
{
background-color: #C4D014;
}
</style>
border-color css
<style>
span { border-color: #C4D014; }
span { border-color: rgb(196,208,20); }
td.TdClassName
{
border-color: #C4D014;
}
.TagClassName
{
border-color: #C4D014;
}
</style>