Shades of Fuego #C5DA1D
Tints of Fuego #C5DA1D
RGB
CMYK
RGB Variations
Color information
#C5DA1D (or 0xC5DA1D) is known color: Fuego. HEX triplet: C5, DA and 1D. RGB value is (197,218,29). Sum of RGB (Red+Green+Blue) = 197+218+29=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA1D is #3A25E2. Grayscale: #BEBEBE. Windows color (decimal): -3810787 or 1956549. OLE color: 1956549.
HSL color Cylindrical-coordinate representation of color #C5DA1D: hue angle of 66.67º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5DA1D is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 29 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.15 |
| HSL | 66.67º | 0.77% | 0.48% | - |
| HSV(B) | 66.67º | 0.87% | 0.85% | - |
| XYZ | 48.32 | 62.1 | 10.6 | - |
| YUV | 190.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 29 | 0.10 | 0 | 0.87 | 0.15 | 66.67 | 0.77 | 0.48 |
| Hex | C5 | DA | 1D | A | 0 | 57 | F | 43 | 4D | 30 |
| Octal | 305 | 332 | 35 | 12 | 0 | 127 | 17 | 103 | 115 | 60 |
| Binary | 11000101 | 11011010 | 11101 | 1010 | 0 | 1010111 | 1111 | 1000011 | 1001101 | 110000 |
Color Harmonies of #C5DA1D
Complementary color
Monochromatic Colors of #C5DA1D
Black with #C5DA1D
Text Example
Text Example
White with #C5DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA1D; }
p { color: rgb(197,218,29); }
H1.HeaderClassName
{
color: #C5DA1D;
}
.AnyTagClassName
{
color: #C5DA1D;
}
</style>
background-color css
<style>
a { background-color: #C5DA1D; }
a { background-color: rgb(197,218,29); }
div.DivClassName
{
background-color: #C5DA1D;
}
.BgClassName
{
background-color: #C5DA1D;
}
</style>
border-color css
<style>
span { border-color: #C5DA1D; }
span { border-color: rgb(197,218,29); }
td.TdClassName
{
border-color: #C5DA1D;
}
.TagClassName
{
border-color: #C5DA1D;
}
</style>