Shades of Fuego #C4D11E
Tints of Fuego #C4D11E
RGB
CMYK
RGB Variations
Color information
#C4D11E (or 0xC4D11E) is known color: Fuego. HEX triplet: C4, D1 and 1E. RGB value is (196,209,30). Sum of RGB (Red+Green+Blue) = 196+209+30=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D11E is #3B2EE1. Grayscale: #B9B9B9. Windows color (decimal): -3878626 or 2019780. OLE color: 2019780.
HSL color Cylindrical-coordinate representation of color #C4D11E: hue angle of 64.36º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D11E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 30 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.18 |
| HSL | 64.36º | 0.75% | 0.47% | - |
| HSV(B) | 64.36º | 0.86% | 0.82% | - |
| XYZ | 45.8 | 57.43 | 9.9 | - |
| YUV | 184.71 | 40.69 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 30 | 0.06 | 0 | 0.86 | 0.18 | 64.36 | 0.75 | 0.47 |
| Hex | C4 | D1 | 1E | 6 | 0 | 56 | 12 | 40 | 4B | 2F |
| Octal | 304 | 321 | 36 | 6 | 0 | 126 | 22 | 100 | 113 | 57 |
| Binary | 11000100 | 11010001 | 11110 | 110 | 0 | 1010110 | 10010 | 1000000 | 1001011 | 101111 |
Color Harmonies of #C4D11E
Complementary color
Monochromatic Colors of #C4D11E
Black with #C4D11E
Text Example
Text Example
White with #C4D11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D11E; }
p { color: rgb(196,209,30); }
H1.HeaderClassName
{
color: #C4D11E;
}
.AnyTagClassName
{
color: #C4D11E;
}
</style>
background-color css
<style>
a { background-color: #C4D11E; }
a { background-color: rgb(196,209,30); }
div.DivClassName
{
background-color: #C4D11E;
}
.BgClassName
{
background-color: #C4D11E;
}
</style>
border-color css
<style>
span { border-color: #C4D11E; }
span { border-color: rgb(196,209,30); }
td.TdClassName
{
border-color: #C4D11E;
}
.TagClassName
{
border-color: #C4D11E;
}
</style>