Shades of Fuego #C1E424
Tints of Fuego #C1E424
RGB
CMYK
RGB Variations
Color information
#C1E424 (or 0xC1E424) is known color: Fuego. HEX triplet: C1, E4 and 24. RGB value is (193,228,36). Sum of RGB (Red+Green+Blue) = 193+228+36=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 36 (14.45% from 255 or 7.88% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E424 is #3E1BDB. Grayscale: #C4C4C4. Windows color (decimal): -4070364 or 2417857. OLE color: 2417857.
HSL color Cylindrical-coordinate representation of color #C1E424: hue angle of 70.94º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1E424 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 36 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.11 |
| HSL | 70.94º | 0.78% | 0.52% | - |
| HSV(B) | 70.94º | 0.84% | 0.89% | - |
| XYZ | 50.05 | 66.95 | 11.95 | - |
| YUV | 195.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 36 | 0.15 | 0 | 0.84 | 0.11 | 70.94 | 0.78 | 0.52 |
| Hex | C1 | E4 | 24 | F | 0 | 54 | B | 47 | 4E | 34 |
| Octal | 301 | 344 | 44 | 17 | 0 | 124 | 13 | 107 | 116 | 64 |
| Binary | 11000001 | 11100100 | 100100 | 1111 | 0 | 1010100 | 1011 | 1000111 | 1001110 | 110100 |
Color Harmonies of #C1E424
Complementary color
Monochromatic Colors of #C1E424
Black with #C1E424
Text Example
Text Example
White with #C1E424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E424; }
p { color: rgb(193,228,36); }
H1.HeaderClassName
{
color: #C1E424;
}
.AnyTagClassName
{
color: #C1E424;
}
</style>
background-color css
<style>
a { background-color: #C1E424; }
a { background-color: rgb(193,228,36); }
div.DivClassName
{
background-color: #C1E424;
}
.BgClassName
{
background-color: #C1E424;
}
</style>
border-color css
<style>
span { border-color: #C1E424; }
span { border-color: rgb(193,228,36); }
td.TdClassName
{
border-color: #C1E424;
}
.TagClassName
{
border-color: #C1E424;
}
</style>