Shades of Fuego #C4E12A
Tints of Fuego #C4E12A
RGB
CMYK
RGB Variations
Color information
#C4E12A (or 0xC4E12A) is known color: Fuego. HEX triplet: C4, E1 and 2A. RGB value is (196,225,42). Sum of RGB (Red+Green+Blue) = 196+225+42=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E12A is #3B1ED5. Grayscale: #C4C4C4. Windows color (decimal): -3874518 or 2810308. OLE color: 2810308.
HSL color Cylindrical-coordinate representation of color #C4E12A: hue angle of 69.51º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4E12A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 42 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.12 |
| HSL | 69.51º | 0.75% | 0.52% | - |
| HSV(B) | 69.51º | 0.81% | 0.88% | - |
| XYZ | 50.11 | 65.75 | 12.24 | - |
| YUV | 195.47 | 41.39 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 42 | 0.13 | 0 | 0.81 | 0.12 | 69.51 | 0.75 | 0.52 |
| Hex | C4 | E1 | 2A | D | 0 | 51 | C | 46 | 4B | 34 |
| Octal | 304 | 341 | 52 | 15 | 0 | 121 | 14 | 106 | 113 | 64 |
| Binary | 11000100 | 11100001 | 101010 | 1101 | 0 | 1010001 | 1100 | 1000110 | 1001011 | 110100 |
Color Harmonies of #C4E12A
Complementary color
Monochromatic Colors of #C4E12A
Black with #C4E12A
Text Example
Text Example
White with #C4E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E12A; }
p { color: rgb(196,225,42); }
H1.HeaderClassName
{
color: #C4E12A;
}
.AnyTagClassName
{
color: #C4E12A;
}
</style>
background-color css
<style>
a { background-color: #C4E12A; }
a { background-color: rgb(196,225,42); }
div.DivClassName
{
background-color: #C4E12A;
}
.BgClassName
{
background-color: #C4E12A;
}
</style>
border-color css
<style>
span { border-color: #C4E12A; }
span { border-color: rgb(196,225,42); }
td.TdClassName
{
border-color: #C4E12A;
}
.TagClassName
{
border-color: #C4E12A;
}
</style>