Shades of Fuego #C5DA1F
Tints of Fuego #C5DA1F
RGB
CMYK
RGB Variations
Color information
#C5DA1F (or 0xC5DA1F) is known color: Fuego. HEX triplet: C5, DA and 1F. RGB value is (197,218,31). Sum of RGB (Red+Green+Blue) = 197+218+31=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA1F is #3A25E0. Grayscale: #BFBFBF. Windows color (decimal): -3810785 or 2087621. OLE color: 2087621.
HSL color Cylindrical-coordinate representation of color #C5DA1F: hue angle of 66.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5DA1F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.15 |
| HSL | 66.74º | 0.75% | 0.49% | - |
| HSV(B) | 66.74º | 0.86% | 0.85% | - |
| XYZ | 48.34 | 62.11 | 10.74 | - |
| YUV | 190.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 31 | 0.10 | 0 | 0.86 | 0.15 | 66.74 | 0.75 | 0.49 |
| Hex | C5 | DA | 1F | A | 0 | 56 | F | 43 | 4B | 31 |
| Octal | 305 | 332 | 37 | 12 | 0 | 126 | 17 | 103 | 113 | 61 |
| Binary | 11000101 | 11011010 | 11111 | 1010 | 0 | 1010110 | 1111 | 1000011 | 1001011 | 110001 |
Color Harmonies of #C5DA1F
Complementary color
Monochromatic Colors of #C5DA1F
Black with #C5DA1F
Text Example
Text Example
White with #C5DA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA1F; }
p { color: rgb(197,218,31); }
H1.HeaderClassName
{
color: #C5DA1F;
}
.AnyTagClassName
{
color: #C5DA1F;
}
</style>
background-color css
<style>
a { background-color: #C5DA1F; }
a { background-color: rgb(197,218,31); }
div.DivClassName
{
background-color: #C5DA1F;
}
.BgClassName
{
background-color: #C5DA1F;
}
</style>
border-color css
<style>
span { border-color: #C5DA1F; }
span { border-color: rgb(197,218,31); }
td.TdClassName
{
border-color: #C5DA1F;
}
.TagClassName
{
border-color: #C5DA1F;
}
</style>