Shades of Fuego #C2E21E
Tints of Fuego #C2E21E
RGB
CMYK
RGB Variations
Color information
#C2E21E (or 0xC2E21E) is known color: Fuego. HEX triplet: C2, E2 and 1E. RGB value is (194,226,30). Sum of RGB (Red+Green+Blue) = 194+226+30=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E21E is #3D1DE1. Grayscale: #C2C2C2. Windows color (decimal): -4005346 or 2024130. OLE color: 2024130.
HSL color Cylindrical-coordinate representation of color #C2E21E: hue angle of 69.8º 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 #C2E21E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 30 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.11 |
| HSL | 69.8º | 0.77% | 0.5% | - |
| HSV(B) | 69.8º | 0.87% | 0.89% | - |
| XYZ | 49.68 | 65.96 | 11.34 | - |
| YUV | 194.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 30 | 0.14 | 0 | 0.87 | 0.11 | 69.8 | 0.77 | 0.5 |
| Hex | C2 | E2 | 1E | E | 0 | 57 | B | 46 | 4D | 32 |
| Octal | 302 | 342 | 36 | 16 | 0 | 127 | 13 | 106 | 115 | 62 |
| Binary | 11000010 | 11100010 | 11110 | 1110 | 0 | 1010111 | 1011 | 1000110 | 1001101 | 110010 |
Color Harmonies of #C2E21E
Complementary color
Monochromatic Colors of #C2E21E
Black with #C2E21E
Text Example
Text Example
White with #C2E21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E21E; }
p { color: rgb(194,226,30); }
H1.HeaderClassName
{
color: #C2E21E;
}
.AnyTagClassName
{
color: #C2E21E;
}
</style>
background-color css
<style>
a { background-color: #C2E21E; }
a { background-color: rgb(194,226,30); }
div.DivClassName
{
background-color: #C2E21E;
}
.BgClassName
{
background-color: #C2E21E;
}
</style>
border-color css
<style>
span { border-color: #C2E21E; }
span { border-color: rgb(194,226,30); }
td.TdClassName
{
border-color: #C2E21E;
}
.TagClassName
{
border-color: #C2E21E;
}
</style>