Shades of Fuego #C4E226
Tints of Fuego #C4E226
RGB
CMYK
RGB Variations
Color information
#C4E226 (or 0xC4E226) is known color: Fuego. HEX triplet: C4, E2 and 26. RGB value is (196,226,38). Sum of RGB (Red+Green+Blue) = 196+226+38=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #C4E226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E226 is #3B1DD9. Grayscale: #C4C4C4. Windows color (decimal): -3874266 or 2548420. OLE color: 2548420.
HSL color Cylindrical-coordinate representation of color #C4E226: hue angle of 69.57º degrees, saturation: 0.76, 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 #C4E226 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 226 | 38 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.11 |
| HSL | 69.57º | 0.76% | 0.52% | - |
| HSV(B) | 69.57º | 0.83% | 0.89% | - |
| XYZ | 50.31 | 66.27 | 11.97 | - |
| YUV | 195.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 38 | 0.13 | 0 | 0.83 | 0.11 | 69.57 | 0.76 | 0.52 |
| Hex | C4 | E2 | 26 | D | 0 | 53 | B | 46 | 4C | 34 |
| Octal | 304 | 342 | 46 | 15 | 0 | 123 | 13 | 106 | 114 | 64 |
| Binary | 11000100 | 11100010 | 100110 | 1101 | 0 | 1010011 | 1011 | 1000110 | 1001100 | 110100 |
Color Harmonies of #C4E226
Complementary color
Monochromatic Colors of #C4E226
Black with #C4E226
Text Example
Text Example
White with #C4E226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E226; }
p { color: rgb(196,226,38); }
H1.HeaderClassName
{
color: #C4E226;
}
.AnyTagClassName
{
color: #C4E226;
}
</style>
background-color css
<style>
a { background-color: #C4E226; }
a { background-color: rgb(196,226,38); }
div.DivClassName
{
background-color: #C4E226;
}
.BgClassName
{
background-color: #C4E226;
}
</style>
border-color css
<style>
span { border-color: #C4E226; }
span { border-color: rgb(196,226,38); }
td.TdClassName
{
border-color: #C4E226;
}
.TagClassName
{
border-color: #C4E226;
}
</style>