Shades of Fuego #C4D020
Tints of Fuego #C4D020
RGB
CMYK
RGB Variations
Color information
#C4D020 (or 0xC4D020) is known color: Fuego. HEX triplet: C4, D0 and 20. RGB value is (196,208,32). Sum of RGB (Red+Green+Blue) = 196+208+32=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D020 is #3B2FDF. Grayscale: #B9B9B9. Windows color (decimal): -3878880 or 2150596. OLE color: 2150596.
HSL color Cylindrical-coordinate representation of color #C4D020: hue angle of 64.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4D020 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 32 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.18 |
| HSL | 64.09º | 0.73% | 0.47% | - |
| HSV(B) | 64.09º | 0.85% | 0.82% | - |
| XYZ | 45.58 | 56.95 | 9.96 | - |
| YUV | 184.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 32 | 0.06 | 0 | 0.85 | 0.18 | 64.09 | 0.73 | 0.47 |
| Hex | C4 | D0 | 20 | 6 | 0 | 55 | 12 | 40 | 49 | 2F |
| Octal | 304 | 320 | 40 | 6 | 0 | 125 | 22 | 100 | 111 | 57 |
| Binary | 11000100 | 11010000 | 100000 | 110 | 0 | 1010101 | 10010 | 1000000 | 1001001 | 101111 |
Color Harmonies of #C4D020
Complementary color
Monochromatic Colors of #C4D020
Black with #C4D020
Text Example
Text Example
White with #C4D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D020; }
p { color: rgb(196,208,32); }
H1.HeaderClassName
{
color: #C4D020;
}
.AnyTagClassName
{
color: #C4D020;
}
</style>
background-color css
<style>
a { background-color: #C4D020; }
a { background-color: rgb(196,208,32); }
div.DivClassName
{
background-color: #C4D020;
}
.BgClassName
{
background-color: #C4D020;
}
</style>
border-color css
<style>
span { border-color: #C4D020; }
span { border-color: rgb(196,208,32); }
td.TdClassName
{
border-color: #C4D020;
}
.TagClassName
{
border-color: #C4D020;
}
</style>