Shades of Fuego #C7DA1D
Tints of Fuego #C7DA1D
RGB
CMYK
RGB Variations
Color information
#C7DA1D (or 0xC7DA1D) is known color: Fuego. HEX triplet: C7, DA and 1D. RGB value is (199,218,29). Sum of RGB (Red+Green+Blue) = 199+218+29=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DA1D is #3825E2. Grayscale: #BFBFBF. Windows color (decimal): -3679715 or 1956551. OLE color: 1956551.
HSL color Cylindrical-coordinate representation of color #C7DA1D: hue angle of 66.03º 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 #C7DA1D is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 29 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.15 |
| HSL | 66.03º | 0.77% | 0.48% | - |
| HSV(B) | 66.03º | 0.87% | 0.85% | - |
| XYZ | 48.85 | 62.37 | 10.63 | - |
| YUV | 190.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 29 | 0.09 | 0 | 0.87 | 0.15 | 66.03 | 0.77 | 0.48 |
| Hex | C7 | DA | 1D | 9 | 0 | 57 | F | 42 | 4D | 30 |
| Octal | 307 | 332 | 35 | 11 | 0 | 127 | 17 | 102 | 115 | 60 |
| Binary | 11000111 | 11011010 | 11101 | 1001 | 0 | 1010111 | 1111 | 1000010 | 1001101 | 110000 |
Color Harmonies of #C7DA1D
Complementary color
Monochromatic Colors of #C7DA1D
Black with #C7DA1D
Text Example
Text Example
White with #C7DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA1D; }
p { color: rgb(199,218,29); }
H1.HeaderClassName
{
color: #C7DA1D;
}
.AnyTagClassName
{
color: #C7DA1D;
}
</style>
background-color css
<style>
a { background-color: #C7DA1D; }
a { background-color: rgb(199,218,29); }
div.DivClassName
{
background-color: #C7DA1D;
}
.BgClassName
{
background-color: #C7DA1D;
}
</style>
border-color css
<style>
span { border-color: #C7DA1D; }
span { border-color: rgb(199,218,29); }
td.TdClassName
{
border-color: #C7DA1D;
}
.TagClassName
{
border-color: #C7DA1D;
}
</style>