Shades of Fuego #C4E326
Tints of Fuego #C4E326
RGB
CMYK
RGB Variations
Color information
#C4E326 (or 0xC4E326) is known color: Fuego. HEX triplet: C4, E3 and 26. RGB value is (196,227,38). Sum of RGB (Red+Green+Blue) = 196+227+38=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #C4E326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E326 is #3B1CD9. Grayscale: #C4C4C4. Windows color (decimal): -3874010 or 2548676. OLE color: 2548676.
HSL color Cylindrical-coordinate representation of color #C4E326: hue angle of 69.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4E326 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 227 | 38 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.11 |
| HSL | 69.84º | 0.77% | 0.52% | - |
| HSV(B) | 69.84º | 0.83% | 0.89% | - |
| XYZ | 50.58 | 66.81 | 12.06 | - |
| YUV | 196.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 227 | 38 | 0.14 | 0 | 0.83 | 0.11 | 69.84 | 0.77 | 0.52 |
| Hex | C4 | E3 | 26 | E | 0 | 53 | B | 46 | 4D | 34 |
| Octal | 304 | 343 | 46 | 16 | 0 | 123 | 13 | 106 | 115 | 64 |
| Binary | 11000100 | 11100011 | 100110 | 1110 | 0 | 1010011 | 1011 | 1000110 | 1001101 | 110100 |
Color Harmonies of #C4E326
Complementary color
Monochromatic Colors of #C4E326
Black with #C4E326
Text Example
Text Example
White with #C4E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E326; }
p { color: rgb(196,227,38); }
H1.HeaderClassName
{
color: #C4E326;
}
.AnyTagClassName
{
color: #C4E326;
}
</style>
background-color css
<style>
a { background-color: #C4E326; }
a { background-color: rgb(196,227,38); }
div.DivClassName
{
background-color: #C4E326;
}
.BgClassName
{
background-color: #C4E326;
}
</style>
border-color css
<style>
span { border-color: #C4E326; }
span { border-color: rgb(196,227,38); }
td.TdClassName
{
border-color: #C4E326;
}
.TagClassName
{
border-color: #C4E326;
}
</style>