Shades of Rio Grande #C4D40F
Tints of Rio Grande #C4D40F
RGB
CMYK
RGB Variations
Color information
#C4D40F (or 0xC4D40F) is known color: Rio Grande. HEX triplet: C4, D4 and 0F. RGB value is (196,212,15). Sum of RGB (Red+Green+Blue) = 196+212+15=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D40F is #3B2BF0. Grayscale: #B9B9B9. Windows color (decimal): -3877873 or 1037508. OLE color: 1037508.
HSL color Cylindrical-coordinate representation of color #C4D40F: hue angle of 64.87º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4D40F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 212 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.17 |
| HSL | 64.87º | 0.87% | 0.45% | - |
| HSV(B) | 64.87º | 0.93% | 0.83% | - |
| XYZ | 46.39 | 58.86 | 9.37 | - |
| YUV | 184.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 15 | 0.08 | 0 | 0.93 | 0.17 | 64.87 | 0.87 | 0.45 |
| Hex | C4 | D4 | F | 8 | 0 | 5D | 11 | 41 | 57 | 2D |
| Octal | 304 | 324 | 17 | 10 | 0 | 135 | 21 | 101 | 127 | 55 |
| Binary | 11000100 | 11010100 | 1111 | 1000 | 0 | 1011101 | 10001 | 1000001 | 1010111 | 101101 |
Color Harmonies of #C4D40F
Complementary color
Monochromatic Colors of #C4D40F
Black with #C4D40F
Text Example
Text Example
White with #C4D40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D40F; }
p { color: rgb(196,212,15); }
H1.HeaderClassName
{
color: #C4D40F;
}
.AnyTagClassName
{
color: #C4D40F;
}
</style>
background-color css
<style>
a { background-color: #C4D40F; }
a { background-color: rgb(196,212,15); }
div.DivClassName
{
background-color: #C4D40F;
}
.BgClassName
{
background-color: #C4D40F;
}
</style>
border-color css
<style>
span { border-color: #C4D40F; }
span { border-color: rgb(196,212,15); }
td.TdClassName
{
border-color: #C4D40F;
}
.TagClassName
{
border-color: #C4D40F;
}
</style>