Shades of Fuego #C4D41E
Tints of Fuego #C4D41E
RGB
CMYK
RGB Variations
Color information
#C4D41E (or 0xC4D41E) is known color: Fuego. HEX triplet: C4, D4 and 1E. RGB value is (196,212,30). Sum of RGB (Red+Green+Blue) = 196+212+30=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D41E is #3B2BE1. Grayscale: #BBBBBB. Windows color (decimal): -3877858 or 2020548. OLE color: 2020548.
HSL color Cylindrical-coordinate representation of color #C4D41E: hue angle of 65.27º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D41E is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 212 | 30 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.17 |
| HSL | 65.27º | 0.75% | 0.47% | - |
| HSV(B) | 65.27º | 0.86% | 0.83% | - |
| XYZ | 46.54 | 58.92 | 10.15 | - |
| YUV | 186.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 30 | 0.08 | 0 | 0.86 | 0.17 | 65.27 | 0.75 | 0.47 |
| Hex | C4 | D4 | 1E | 8 | 0 | 56 | 11 | 41 | 4B | 2F |
| Octal | 304 | 324 | 36 | 10 | 0 | 126 | 21 | 101 | 113 | 57 |
| Binary | 11000100 | 11010100 | 11110 | 1000 | 0 | 1010110 | 10001 | 1000001 | 1001011 | 101111 |
Color Harmonies of #C4D41E
Complementary color
Monochromatic Colors of #C4D41E
Black with #C4D41E
Text Example
Text Example
White with #C4D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D41E; }
p { color: rgb(196,212,30); }
H1.HeaderClassName
{
color: #C4D41E;
}
.AnyTagClassName
{
color: #C4D41E;
}
</style>
background-color css
<style>
a { background-color: #C4D41E; }
a { background-color: rgb(196,212,30); }
div.DivClassName
{
background-color: #C4D41E;
}
.BgClassName
{
background-color: #C4D41E;
}
</style>
border-color css
<style>
span { border-color: #C4D41E; }
span { border-color: rgb(196,212,30); }
td.TdClassName
{
border-color: #C4D41E;
}
.TagClassName
{
border-color: #C4D41E;
}
</style>