Shades of Fuego #C1E21E
Tints of Fuego #C1E21E
RGB
CMYK
RGB Variations
Color information
#C1E21E (or 0xC1E21E) is known color: Fuego. HEX triplet: C1, E2 and 1E. RGB value is (193,226,30). Sum of RGB (Red+Green+Blue) = 193+226+30=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E21E is #3E1DE1. Grayscale: #C2C2C2. Windows color (decimal): -4070882 or 2024129. OLE color: 2024129.
HSL color Cylindrical-coordinate representation of color #C1E21E: hue angle of 70.1º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1E21E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 30 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.11 |
| HSL | 70.1º | 0.77% | 0.5% | - |
| HSV(B) | 70.1º | 0.87% | 0.89% | - |
| XYZ | 49.42 | 65.82 | 11.33 | - |
| YUV | 193.79 | 35.57 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 30 | 0.15 | 0 | 0.87 | 0.11 | 70.1 | 0.77 | 0.5 |
| Hex | C1 | E2 | 1E | F | 0 | 57 | B | 46 | 4D | 32 |
| Octal | 301 | 342 | 36 | 17 | 0 | 127 | 13 | 106 | 115 | 62 |
| Binary | 11000001 | 11100010 | 11110 | 1111 | 0 | 1010111 | 1011 | 1000110 | 1001101 | 110010 |
Color Harmonies of #C1E21E
Complementary color
Monochromatic Colors of #C1E21E
Black with #C1E21E
Text Example
Text Example
White with #C1E21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E21E; }
p { color: rgb(193,226,30); }
H1.HeaderClassName
{
color: #C1E21E;
}
.AnyTagClassName
{
color: #C1E21E;
}
</style>
background-color css
<style>
a { background-color: #C1E21E; }
a { background-color: rgb(193,226,30); }
div.DivClassName
{
background-color: #C1E21E;
}
.BgClassName
{
background-color: #C1E21E;
}
</style>
border-color css
<style>
span { border-color: #C1E21E; }
span { border-color: rgb(193,226,30); }
td.TdClassName
{
border-color: #C1E21E;
}
.TagClassName
{
border-color: #C1E21E;
}
</style>