Shades of Fuego #C4D021
Tints of Fuego #C4D021
RGB
CMYK
RGB Variations
Color information
#C4D021 (or 0xC4D021) is known color: Fuego. HEX triplet: C4, D0 and 21. RGB value is (196,208,33). Sum of RGB (Red+Green+Blue) = 196+208+33=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D021 is #3B2FDE. Grayscale: #B9B9B9. Windows color (decimal): -3878879 or 2216132. OLE color: 2216132.
HSL color Cylindrical-coordinate representation of color #C4D021: hue angle of 64.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4D021 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 33 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.18 |
| HSL | 64.11º | 0.73% | 0.47% | - |
| HSV(B) | 64.11º | 0.84% | 0.82% | - |
| XYZ | 45.6 | 56.96 | 10.03 | - |
| YUV | 184.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 33 | 0.06 | 0 | 0.84 | 0.18 | 64.11 | 0.73 | 0.47 |
| Hex | C4 | D0 | 21 | 6 | 0 | 54 | 12 | 40 | 49 | 2F |
| Octal | 304 | 320 | 41 | 6 | 0 | 124 | 22 | 100 | 111 | 57 |
| Binary | 11000100 | 11010000 | 100001 | 110 | 0 | 1010100 | 10010 | 1000000 | 1001001 | 101111 |
Color Harmonies of #C4D021
Complementary color
Monochromatic Colors of #C4D021
Black with #C4D021
Text Example
Text Example
White with #C4D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D021; }
p { color: rgb(196,208,33); }
H1.HeaderClassName
{
color: #C4D021;
}
.AnyTagClassName
{
color: #C4D021;
}
</style>
background-color css
<style>
a { background-color: #C4D021; }
a { background-color: rgb(196,208,33); }
div.DivClassName
{
background-color: #C4D021;
}
.BgClassName
{
background-color: #C4D021;
}
</style>
border-color css
<style>
span { border-color: #C4D021; }
span { border-color: rgb(196,208,33); }
td.TdClassName
{
border-color: #C4D021;
}
.TagClassName
{
border-color: #C4D021;
}
</style>