Shades of Fuego #C4D029
Tints of Fuego #C4D029
RGB
CMYK
RGB Variations
Color information
#C4D029 (or 0xC4D029) is known color: Fuego. HEX triplet: C4, D0 and 29. RGB value is (196,208,41). Sum of RGB (Red+Green+Blue) = 196+208+41=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D029 is #3B2FD6. Grayscale: #BABABA. Windows color (decimal): -3878871 or 2740420. OLE color: 2740420.
HSL color Cylindrical-coordinate representation of color #C4D029: hue angle of 64.31º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4D029 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 41 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.18 |
| HSL | 64.31º | 0.67% | 0.49% | - |
| HSV(B) | 64.31º | 0.8% | 0.82% | - |
| XYZ | 45.72 | 57.01 | 10.69 | - |
| YUV | 185.37 | 46.52 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 41 | 0.06 | 0 | 0.80 | 0.18 | 64.31 | 0.67 | 0.49 |
| Hex | C4 | D0 | 29 | 6 | 0 | 50 | 12 | 40 | 43 | 31 |
| Octal | 304 | 320 | 51 | 6 | 0 | 120 | 22 | 100 | 103 | 61 |
| Binary | 11000100 | 11010000 | 101001 | 110 | 0 | 1010000 | 10010 | 1000000 | 1000011 | 110001 |
Color Harmonies of #C4D029
Complementary color
Monochromatic Colors of #C4D029
Black with #C4D029
Text Example
Text Example
White with #C4D029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D029; }
p { color: rgb(196,208,41); }
H1.HeaderClassName
{
color: #C4D029;
}
.AnyTagClassName
{
color: #C4D029;
}
</style>
background-color css
<style>
a { background-color: #C4D029; }
a { background-color: rgb(196,208,41); }
div.DivClassName
{
background-color: #C4D029;
}
.BgClassName
{
background-color: #C4D029;
}
</style>
border-color css
<style>
span { border-color: #C4D029; }
span { border-color: rgb(196,208,41); }
td.TdClassName
{
border-color: #C4D029;
}
.TagClassName
{
border-color: #C4D029;
}
</style>