Shades of Fuego #C4DF1F
Tints of Fuego #C4DF1F
RGB
CMYK
RGB Variations
Color information
#C4DF1F (or 0xC4DF1F) is known color: Fuego. HEX triplet: C4, DF and 1F. RGB value is (196,223,31). Sum of RGB (Red+Green+Blue) = 196+223+31=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DF1F is #3B20E0. Grayscale: #C1C1C1. Windows color (decimal): -3875041 or 2088900. OLE color: 2088900.
HSL color Cylindrical-coordinate representation of color #C4DF1F: hue angle of 68.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4DF1F is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 31 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.13 |
| HSL | 68.44º | 0.76% | 0.5% | - |
| HSV(B) | 68.44º | 0.86% | 0.87% | - |
| XYZ | 49.4 | 64.61 | 11.16 | - |
| YUV | 193.04 | 36.55 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 31 | 0.12 | 0 | 0.86 | 0.13 | 68.44 | 0.76 | 0.5 |
| Hex | C4 | DF | 1F | C | 0 | 56 | D | 44 | 4C | 32 |
| Octal | 304 | 337 | 37 | 14 | 0 | 126 | 15 | 104 | 114 | 62 |
| Binary | 11000100 | 11011111 | 11111 | 1100 | 0 | 1010110 | 1101 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C4DF1F
Complementary color
Monochromatic Colors of #C4DF1F
Black with #C4DF1F
Text Example
Text Example
White with #C4DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF1F; }
p { color: rgb(196,223,31); }
H1.HeaderClassName
{
color: #C4DF1F;
}
.AnyTagClassName
{
color: #C4DF1F;
}
</style>
background-color css
<style>
a { background-color: #C4DF1F; }
a { background-color: rgb(196,223,31); }
div.DivClassName
{
background-color: #C4DF1F;
}
.BgClassName
{
background-color: #C4DF1F;
}
</style>
border-color css
<style>
span { border-color: #C4DF1F; }
span { border-color: rgb(196,223,31); }
td.TdClassName
{
border-color: #C4DF1F;
}
.TagClassName
{
border-color: #C4DF1F;
}
</style>