Shades of Fuego #C1E529
Tints of Fuego #C1E529
RGB
CMYK
RGB Variations
Color information
#C1E529 (or 0xC1E529) is known color: Fuego. HEX triplet: C1, E5 and 29. RGB value is (193,229,41). Sum of RGB (Red+Green+Blue) = 193+229+41=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E529 is #3E1AD6. Grayscale: #C5C5C5. Windows color (decimal): -4070103 or 2745793. OLE color: 2745793.
HSL color Cylindrical-coordinate representation of color #C1E529: hue angle of 71.49º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1E529 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 41 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.10 |
| HSL | 71.49º | 0.78% | 0.53% | - |
| HSV(B) | 71.49º | 0.82% | 0.9% | - |
| XYZ | 50.41 | 67.54 | 12.48 | - |
| YUV | 196.8 | 40.07 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 41 | 0.16 | 0 | 0.82 | 0.10 | 71.49 | 0.78 | 0.53 |
| Hex | C1 | E5 | 29 | 10 | 0 | 52 | A | 47 | 4E | 35 |
| Octal | 301 | 345 | 51 | 20 | 0 | 122 | 12 | 107 | 116 | 65 |
| Binary | 11000001 | 11100101 | 101001 | 10000 | 0 | 1010010 | 1010 | 1000111 | 1001110 | 110101 |
Color Harmonies of #C1E529
Complementary color
Monochromatic Colors of #C1E529
Black with #C1E529
Text Example
Text Example
White with #C1E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E529; }
p { color: rgb(193,229,41); }
H1.HeaderClassName
{
color: #C1E529;
}
.AnyTagClassName
{
color: #C1E529;
}
</style>
background-color css
<style>
a { background-color: #C1E529; }
a { background-color: rgb(193,229,41); }
div.DivClassName
{
background-color: #C1E529;
}
.BgClassName
{
background-color: #C1E529;
}
</style>
border-color css
<style>
span { border-color: #C1E529; }
span { border-color: rgb(193,229,41); }
td.TdClassName
{
border-color: #C1E529;
}
.TagClassName
{
border-color: #C1E529;
}
</style>