Shades of Fuego #C4D034
Tints of Fuego #C4D034
RGB
CMYK
RGB Variations
Color information
#C4D034 (or 0xC4D034) is known color: Fuego. HEX triplet: C4, D0 and 34. RGB value is (196,208,52). Sum of RGB (Red+Green+Blue) = 196+208+52=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D034 is #3B2FCB. Grayscale: #BBBBBB. Windows color (decimal): -3878860 or 3461316. OLE color: 3461316.
HSL color Cylindrical-coordinate representation of color #C4D034: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4D034 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 52 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.18 |
| HSL | 64.62º | 0.62% | 0.51% | - |
| HSV(B) | 64.62º | 0.75% | 0.82% | - |
| XYZ | 45.94 | 57.1 | 11.85 | - |
| YUV | 186.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 52 | 0.06 | 0 | 0.75 | 0.18 | 64.62 | 0.62 | 0.51 |
| Hex | C4 | D0 | 34 | 6 | 0 | 4B | 12 | 41 | 3E | 33 |
| Octal | 304 | 320 | 64 | 6 | 0 | 113 | 22 | 101 | 76 | 63 |
| Binary | 11000100 | 11010000 | 110100 | 110 | 0 | 1001011 | 10010 | 1000001 | 111110 | 110011 |
Color Harmonies of #C4D034
Complementary color
Monochromatic Colors of #C4D034
Black with #C4D034
Text Example
Text Example
White with #C4D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D034; }
p { color: rgb(196,208,52); }
H1.HeaderClassName
{
color: #C4D034;
}
.AnyTagClassName
{
color: #C4D034;
}
</style>
background-color css
<style>
a { background-color: #C4D034; }
a { background-color: rgb(196,208,52); }
div.DivClassName
{
background-color: #C4D034;
}
.BgClassName
{
background-color: #C4D034;
}
</style>
border-color css
<style>
span { border-color: #C4D034; }
span { border-color: rgb(196,208,52); }
td.TdClassName
{
border-color: #C4D034;
}
.TagClassName
{
border-color: #C4D034;
}
</style>