Shades of Fuego #C4D522
Tints of Fuego #C4D522
RGB
CMYK
RGB Variations
Color information
#C4D522 (or 0xC4D522) is known color: Fuego. HEX triplet: C4, D5 and 22. RGB value is (196,213,34). Sum of RGB (Red+Green+Blue) = 196+213+34=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D522 is #3B2ADD. Grayscale: #BCBCBC. Windows color (decimal): -3877598 or 2282948. OLE color: 2282948.
HSL color Cylindrical-coordinate representation of color #C4D522: hue angle of 65.7º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4D522 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 34 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.16 |
| HSL | 65.7º | 0.72% | 0.48% | - |
| HSV(B) | 65.7º | 0.84% | 0.84% | - |
| XYZ | 46.85 | 59.44 | 10.52 | - |
| YUV | 187.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 34 | 0.08 | 0 | 0.84 | 0.16 | 65.7 | 0.72 | 0.48 |
| Hex | C4 | D5 | 22 | 8 | 0 | 54 | 10 | 42 | 48 | 30 |
| Octal | 304 | 325 | 42 | 10 | 0 | 124 | 20 | 102 | 110 | 60 |
| Binary | 11000100 | 11010101 | 100010 | 1000 | 0 | 1010100 | 10000 | 1000010 | 1001000 | 110000 |
Color Harmonies of #C4D522
Complementary color
Monochromatic Colors of #C4D522
Black with #C4D522
Text Example
Text Example
White with #C4D522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D522; }
p { color: rgb(196,213,34); }
H1.HeaderClassName
{
color: #C4D522;
}
.AnyTagClassName
{
color: #C4D522;
}
</style>
background-color css
<style>
a { background-color: #C4D522; }
a { background-color: rgb(196,213,34); }
div.DivClassName
{
background-color: #C4D522;
}
.BgClassName
{
background-color: #C4D522;
}
</style>
border-color css
<style>
span { border-color: #C4D522; }
span { border-color: rgb(196,213,34); }
td.TdClassName
{
border-color: #C4D522;
}
.TagClassName
{
border-color: #C4D522;
}
</style>