Shades of Fuego #C1E028
Tints of Fuego #C1E028
RGB
CMYK
RGB Variations
Color information
#C1E028 (or 0xC1E028) is known color: Fuego. HEX triplet: C1, E0 and 28. RGB value is (193,224,40). Sum of RGB (Red+Green+Blue) = 193+224+40=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E028 is #3E1FD7. Grayscale: #C2C2C2. Windows color (decimal): -4071384 or 2678977. OLE color: 2678977.
HSL color Cylindrical-coordinate representation of color #C1E028: hue angle of 70.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1E028 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 40 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.12 |
| HSL | 70.11º | 0.75% | 0.52% | - |
| HSV(B) | 70.11º | 0.82% | 0.88% | - |
| XYZ | 49.03 | 64.8 | 11.93 | - |
| YUV | 193.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 40 | 0.14 | 0 | 0.82 | 0.12 | 70.11 | 0.75 | 0.52 |
| Hex | C1 | E0 | 28 | E | 0 | 52 | C | 46 | 4B | 34 |
| Octal | 301 | 340 | 50 | 16 | 0 | 122 | 14 | 106 | 113 | 64 |
| Binary | 11000001 | 11100000 | 101000 | 1110 | 0 | 1010010 | 1100 | 1000110 | 1001011 | 110100 |
Color Harmonies of #C1E028
Complementary color
Monochromatic Colors of #C1E028
Black with #C1E028
Text Example
Text Example
White with #C1E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E028; }
p { color: rgb(193,224,40); }
H1.HeaderClassName
{
color: #C1E028;
}
.AnyTagClassName
{
color: #C1E028;
}
</style>
background-color css
<style>
a { background-color: #C1E028; }
a { background-color: rgb(193,224,40); }
div.DivClassName
{
background-color: #C1E028;
}
.BgClassName
{
background-color: #C1E028;
}
</style>
border-color css
<style>
span { border-color: #C1E028; }
span { border-color: rgb(193,224,40); }
td.TdClassName
{
border-color: #C1E028;
}
.TagClassName
{
border-color: #C1E028;
}
</style>