Shades of Fuego #C4E12C
Tints of Fuego #C4E12C
RGB
CMYK
RGB Variations
Color information
#C4E12C (or 0xC4E12C) is known color: Fuego. HEX triplet: C4, E1 and 2C. RGB value is (196,225,44). Sum of RGB (Red+Green+Blue) = 196+225+44=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E12C is #3B1ED3. Grayscale: #C4C4C4. Windows color (decimal): -3874516 or 2941380. OLE color: 2941380.
HSL color Cylindrical-coordinate representation of color #C4E12C: hue angle of 69.61º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4E12C is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 44 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.12 |
| HSL | 69.61º | 0.75% | 0.53% | - |
| HSV(B) | 69.61º | 0.8% | 0.88% | - |
| XYZ | 50.14 | 65.77 | 12.43 | - |
| YUV | 195.7 | 42.39 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 44 | 0.13 | 0 | 0.80 | 0.12 | 69.61 | 0.75 | 0.53 |
| Hex | C4 | E1 | 2C | D | 0 | 50 | C | 46 | 4B | 35 |
| Octal | 304 | 341 | 54 | 15 | 0 | 120 | 14 | 106 | 113 | 65 |
| Binary | 11000100 | 11100001 | 101100 | 1101 | 0 | 1010000 | 1100 | 1000110 | 1001011 | 110101 |
Color Harmonies of #C4E12C
Complementary color
Monochromatic Colors of #C4E12C
Black with #C4E12C
Text Example
Text Example
White with #C4E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E12C; }
p { color: rgb(196,225,44); }
H1.HeaderClassName
{
color: #C4E12C;
}
.AnyTagClassName
{
color: #C4E12C;
}
</style>
background-color css
<style>
a { background-color: #C4E12C; }
a { background-color: rgb(196,225,44); }
div.DivClassName
{
background-color: #C4E12C;
}
.BgClassName
{
background-color: #C4E12C;
}
</style>
border-color css
<style>
span { border-color: #C4E12C; }
span { border-color: rgb(196,225,44); }
td.TdClassName
{
border-color: #C4E12C;
}
.TagClassName
{
border-color: #C4E12C;
}
</style>