Shades of Fuego #C4DC2C
Tints of Fuego #C4DC2C
RGB
CMYK
RGB Variations
Color information
#C4DC2C (or 0xC4DC2C) is known color: Fuego. HEX triplet: C4, DC and 2C. RGB value is (196,220,44). Sum of RGB (Red+Green+Blue) = 196+220+44=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC2C is #3B23D3. Grayscale: #C1C1C1. Windows color (decimal): -3875796 or 2940100. OLE color: 2940100.
HSL color Cylindrical-coordinate representation of color #C4DC2C: hue angle of 68.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4DC2C is Cyan = 0.11, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 44 | - |
| CMYK | 0.11 | 0 | 0.8 | 0.14 |
| HSL | 68.18º | 0.72% | 0.52% | - |
| HSV(B) | 68.18º | 0.8% | 0.86% | - |
| XYZ | 48.81 | 63.1 | 11.99 | - |
| YUV | 192.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 44 | 0.11 | 0 | 0.8 | 0.14 | 68.18 | 0.72 | 0.52 |
| Hex | C4 | DC | 2C | B | 0 | 50 | E | 44 | 48 | 34 |
| Octal | 304 | 334 | 54 | 13 | 0 | 120 | 16 | 104 | 110 | 64 |
| Binary | 11000100 | 11011100 | 101100 | 1011 | 0 | 1010000 | 1110 | 1000100 | 1001000 | 110100 |
Color Harmonies of #C4DC2C
Complementary color
Monochromatic Colors of #C4DC2C
Black with #C4DC2C
Text Example
Text Example
White with #C4DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC2C; }
p { color: rgb(196,220,44); }
H1.HeaderClassName
{
color: #C4DC2C;
}
.AnyTagClassName
{
color: #C4DC2C;
}
</style>
background-color css
<style>
a { background-color: #C4DC2C; }
a { background-color: rgb(196,220,44); }
div.DivClassName
{
background-color: #C4DC2C;
}
.BgClassName
{
background-color: #C4DC2C;
}
</style>
border-color css
<style>
span { border-color: #C4DC2C; }
span { border-color: rgb(196,220,44); }
td.TdClassName
{
border-color: #C4DC2C;
}
.TagClassName
{
border-color: #C4DC2C;
}
</style>