Shades of Fuego #C5DF1F
Tints of Fuego #C5DF1F
RGB
CMYK
RGB Variations
Color information
#C5DF1F (or 0xC5DF1F) is known color: Fuego. HEX triplet: C5, DF and 1F. RGB value is (197,223,31). Sum of RGB (Red+Green+Blue) = 197+223+31=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DF1F is #3A20E0. Grayscale: #C2C2C2. Windows color (decimal): -3809505 or 2088901. OLE color: 2088901.
HSL color Cylindrical-coordinate representation of color #C5DF1F: hue angle of 68.13º 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 #C5DF1F is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 31 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.13 |
| HSL | 68.13º | 0.76% | 0.5% | - |
| HSV(B) | 68.13º | 0.86% | 0.87% | - |
| XYZ | 49.66 | 64.74 | 11.18 | - |
| YUV | 193.34 | 36.39 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 31 | 0.12 | 0 | 0.86 | 0.13 | 68.13 | 0.76 | 0.5 |
| Hex | C5 | DF | 1F | C | 0 | 56 | D | 44 | 4C | 32 |
| Octal | 305 | 337 | 37 | 14 | 0 | 126 | 15 | 104 | 114 | 62 |
| Binary | 11000101 | 11011111 | 11111 | 1100 | 0 | 1010110 | 1101 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C5DF1F
Complementary color
Monochromatic Colors of #C5DF1F
Black with #C5DF1F
Text Example
Text Example
White with #C5DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF1F; }
p { color: rgb(197,223,31); }
H1.HeaderClassName
{
color: #C5DF1F;
}
.AnyTagClassName
{
color: #C5DF1F;
}
</style>
background-color css
<style>
a { background-color: #C5DF1F; }
a { background-color: rgb(197,223,31); }
div.DivClassName
{
background-color: #C5DF1F;
}
.BgClassName
{
background-color: #C5DF1F;
}
</style>
border-color css
<style>
span { border-color: #C5DF1F; }
span { border-color: rgb(197,223,31); }
td.TdClassName
{
border-color: #C5DF1F;
}
.TagClassName
{
border-color: #C5DF1F;
}
</style>