Shades of Fuego #C4E01E
Tints of Fuego #C4E01E
RGB
CMYK
RGB Variations
Color information
#C4E01E (or 0xC4E01E) is known color: Fuego. HEX triplet: C4, E0 and 1E. RGB value is (196,224,30). Sum of RGB (Red+Green+Blue) = 196+224+30=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E01E is #3B1FE1. Grayscale: #C2C2C2. Windows color (decimal): -3874786 or 2023620. OLE color: 2023620.
HSL color Cylindrical-coordinate representation of color #C4E01E: hue angle of 68.66º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4E01E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 30 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.12 |
| HSL | 68.66º | 0.76% | 0.5% | - |
| HSV(B) | 68.66º | 0.87% | 0.88% | - |
| XYZ | 49.65 | 65.14 | 11.18 | - |
| YUV | 193.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 30 | 0.12 | 0 | 0.87 | 0.12 | 68.66 | 0.76 | 0.5 |
| Hex | C4 | E0 | 1E | C | 0 | 57 | C | 45 | 4C | 32 |
| Octal | 304 | 340 | 36 | 14 | 0 | 127 | 14 | 105 | 114 | 62 |
| Binary | 11000100 | 11100000 | 11110 | 1100 | 0 | 1010111 | 1100 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C4E01E
Complementary color
Monochromatic Colors of #C4E01E
Black with #C4E01E
Text Example
Text Example
White with #C4E01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E01E; }
p { color: rgb(196,224,30); }
H1.HeaderClassName
{
color: #C4E01E;
}
.AnyTagClassName
{
color: #C4E01E;
}
</style>
background-color css
<style>
a { background-color: #C4E01E; }
a { background-color: rgb(196,224,30); }
div.DivClassName
{
background-color: #C4E01E;
}
.BgClassName
{
background-color: #C4E01E;
}
</style>
border-color css
<style>
span { border-color: #C4E01E; }
span { border-color: rgb(196,224,30); }
td.TdClassName
{
border-color: #C4E01E;
}
.TagClassName
{
border-color: #C4E01E;
}
</style>