Shades of Fuego #C5DC1F
Tints of Fuego #C5DC1F
RGB
CMYK
RGB Variations
Color information
#C5DC1F (or 0xC5DC1F) is known color: Fuego. HEX triplet: C5, DC and 1F. RGB value is (197,220,31). Sum of RGB (Red+Green+Blue) = 197+220+31=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC1F is #3A23E0. Grayscale: #C0C0C0. Windows color (decimal): -3810273 or 2088133. OLE color: 2088133.
HSL color Cylindrical-coordinate representation of color #C5DC1F: hue angle of 67.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5DC1F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.14 |
| HSL | 67.3º | 0.75% | 0.49% | - |
| HSV(B) | 67.3º | 0.86% | 0.86% | - |
| XYZ | 48.87 | 63.16 | 10.91 | - |
| YUV | 191.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 31 | 0.10 | 0 | 0.86 | 0.14 | 67.3 | 0.75 | 0.49 |
| Hex | C5 | DC | 1F | A | 0 | 56 | E | 43 | 4B | 31 |
| Octal | 305 | 334 | 37 | 12 | 0 | 126 | 16 | 103 | 113 | 61 |
| Binary | 11000101 | 11011100 | 11111 | 1010 | 0 | 1010110 | 1110 | 1000011 | 1001011 | 110001 |
Color Harmonies of #C5DC1F
Complementary color
Monochromatic Colors of #C5DC1F
Black with #C5DC1F
Text Example
Text Example
White with #C5DC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC1F; }
p { color: rgb(197,220,31); }
H1.HeaderClassName
{
color: #C5DC1F;
}
.AnyTagClassName
{
color: #C5DC1F;
}
</style>
background-color css
<style>
a { background-color: #C5DC1F; }
a { background-color: rgb(197,220,31); }
div.DivClassName
{
background-color: #C5DC1F;
}
.BgClassName
{
background-color: #C5DC1F;
}
</style>
border-color css
<style>
span { border-color: #C5DC1F; }
span { border-color: rgb(197,220,31); }
td.TdClassName
{
border-color: #C5DC1F;
}
.TagClassName
{
border-color: #C5DC1F;
}
</style>