Shades of Fuego #C1E52A
Tints of Fuego #C1E52A
RGB
CMYK
RGB Variations
Color information
#C1E52A (or 0xC1E52A) is known color: Fuego. HEX triplet: C1, E5 and 2A. RGB value is (193,229,42). Sum of RGB (Red+Green+Blue) = 193+229+42=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E52A is #3E1AD5. Grayscale: #C5C5C5. Windows color (decimal): -4070102 or 2811329. OLE color: 2811329.
HSL color Cylindrical-coordinate representation of color #C1E52A: hue angle of 71.55º 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 #C1E52A is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 42 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.10 |
| HSL | 71.55º | 0.78% | 0.53% | - |
| HSV(B) | 71.55º | 0.82% | 0.9% | - |
| XYZ | 50.43 | 67.54 | 12.57 | - |
| YUV | 196.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 42 | 0.16 | 0 | 0.82 | 0.10 | 71.55 | 0.78 | 0.53 |
| Hex | C1 | E5 | 2A | 10 | 0 | 52 | A | 48 | 4E | 35 |
| Octal | 301 | 345 | 52 | 20 | 0 | 122 | 12 | 110 | 116 | 65 |
| Binary | 11000001 | 11100101 | 101010 | 10000 | 0 | 1010010 | 1010 | 1001000 | 1001110 | 110101 |
Color Harmonies of #C1E52A
Complementary color
Monochromatic Colors of #C1E52A
Black with #C1E52A
Text Example
Text Example
White with #C1E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E52A; }
p { color: rgb(193,229,42); }
H1.HeaderClassName
{
color: #C1E52A;
}
.AnyTagClassName
{
color: #C1E52A;
}
</style>
background-color css
<style>
a { background-color: #C1E52A; }
a { background-color: rgb(193,229,42); }
div.DivClassName
{
background-color: #C1E52A;
}
.BgClassName
{
background-color: #C1E52A;
}
</style>
border-color css
<style>
span { border-color: #C1E52A; }
span { border-color: rgb(193,229,42); }
td.TdClassName
{
border-color: #C1E52A;
}
.TagClassName
{
border-color: #C1E52A;
}
</style>