Shades of Fuego #C4DF1E
Tints of Fuego #C4DF1E
RGB
CMYK
RGB Variations
Color information
#C4DF1E (or 0xC4DF1E) is known color: Fuego. HEX triplet: C4, DF and 1E. RGB value is (196,223,30). Sum of RGB (Red+Green+Blue) = 196+223+30=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DF1E is #3B20E1. Grayscale: #C1C1C1. Windows color (decimal): -3875042 or 2023364. OLE color: 2023364.
HSL color Cylindrical-coordinate representation of color #C4DF1E: hue angle of 68.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4DF1E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 30 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.13 |
| HSL | 68.39º | 0.76% | 0.5% | - |
| HSV(B) | 68.39º | 0.87% | 0.87% | - |
| XYZ | 49.39 | 64.6 | 11.1 | - |
| YUV | 192.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 30 | 0.12 | 0 | 0.87 | 0.13 | 68.39 | 0.76 | 0.5 |
| Hex | C4 | DF | 1E | C | 0 | 57 | D | 44 | 4C | 32 |
| Octal | 304 | 337 | 36 | 14 | 0 | 127 | 15 | 104 | 114 | 62 |
| Binary | 11000100 | 11011111 | 11110 | 1100 | 0 | 1010111 | 1101 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C4DF1E
Complementary color
Monochromatic Colors of #C4DF1E
Black with #C4DF1E
Text Example
Text Example
White with #C4DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF1E; }
p { color: rgb(196,223,30); }
H1.HeaderClassName
{
color: #C4DF1E;
}
.AnyTagClassName
{
color: #C4DF1E;
}
</style>
background-color css
<style>
a { background-color: #C4DF1E; }
a { background-color: rgb(196,223,30); }
div.DivClassName
{
background-color: #C4DF1E;
}
.BgClassName
{
background-color: #C4DF1E;
}
</style>
border-color css
<style>
span { border-color: #C4DF1E; }
span { border-color: rgb(196,223,30); }
td.TdClassName
{
border-color: #C4DF1E;
}
.TagClassName
{
border-color: #C4DF1E;
}
</style>