Shades of Fuego #C4D51D
Tints of Fuego #C4D51D
RGB
CMYK
RGB Variations
Color information
#C4D51D (or 0xC4D51D) is known color: Fuego. HEX triplet: C4, D5 and 1D. RGB value is (196,213,29). Sum of RGB (Red+Green+Blue) = 196+213+29=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D51D is #3B2AE2. Grayscale: #BBBBBB. Windows color (decimal): -3877603 or 1955268. OLE color: 1955268.
HSL color Cylindrical-coordinate representation of color #C4D51D: hue angle of 65.54º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D51D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 29 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.16 |
| HSL | 65.54º | 0.76% | 0.47% | - |
| HSV(B) | 65.54º | 0.86% | 0.84% | - |
| XYZ | 46.78 | 59.41 | 10.16 | - |
| YUV | 186.94 | 38.87 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 29 | 0.08 | 0 | 0.86 | 0.16 | 65.54 | 0.76 | 0.47 |
| Hex | C4 | D5 | 1D | 8 | 0 | 56 | 10 | 42 | 4C | 2F |
| Octal | 304 | 325 | 35 | 10 | 0 | 126 | 20 | 102 | 114 | 57 |
| Binary | 11000100 | 11010101 | 11101 | 1000 | 0 | 1010110 | 10000 | 1000010 | 1001100 | 101111 |
Color Harmonies of #C4D51D
Complementary color
Monochromatic Colors of #C4D51D
Black with #C4D51D
Text Example
Text Example
White with #C4D51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D51D; }
p { color: rgb(196,213,29); }
H1.HeaderClassName
{
color: #C4D51D;
}
.AnyTagClassName
{
color: #C4D51D;
}
</style>
background-color css
<style>
a { background-color: #C4D51D; }
a { background-color: rgb(196,213,29); }
div.DivClassName
{
background-color: #C4D51D;
}
.BgClassName
{
background-color: #C4D51D;
}
</style>
border-color css
<style>
span { border-color: #C4D51D; }
span { border-color: rgb(196,213,29); }
td.TdClassName
{
border-color: #C4D51D;
}
.TagClassName
{
border-color: #C4D51D;
}
</style>