Shades of Fuego #C5E01A
Tints of Fuego #C5E01A
RGB
CMYK
RGB Variations
Color information
#C5E01A (or 0xC5E01A) is known color: Fuego. HEX triplet: C5, E0 and 1A. RGB value is (197,224,26). Sum of RGB (Red+Green+Blue) = 197+224+26=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E01A is #3A1FE5. Grayscale: #C2C2C2. Windows color (decimal): -3809254 or 1761477. OLE color: 1761477.
HSL color Cylindrical-coordinate representation of color #C5E01A: hue angle of 68.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5E01A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 26 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.12 |
| HSL | 68.18º | 0.79% | 0.49% | - |
| HSV(B) | 68.18º | 0.88% | 0.88% | - |
| XYZ | 49.87 | 65.26 | 10.94 | - |
| YUV | 193.36 | 33.55 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 26 | 0.12 | 0 | 0.88 | 0.12 | 68.18 | 0.79 | 0.49 |
| Hex | C5 | E0 | 1A | C | 0 | 58 | C | 44 | 4F | 31 |
| Octal | 305 | 340 | 32 | 14 | 0 | 130 | 14 | 104 | 117 | 61 |
| Binary | 11000101 | 11100000 | 11010 | 1100 | 0 | 1011000 | 1100 | 1000100 | 1001111 | 110001 |
Color Harmonies of #C5E01A
Complementary color
Monochromatic Colors of #C5E01A
Black with #C5E01A
Text Example
Text Example
White with #C5E01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E01A; }
p { color: rgb(197,224,26); }
H1.HeaderClassName
{
color: #C5E01A;
}
.AnyTagClassName
{
color: #C5E01A;
}
</style>
background-color css
<style>
a { background-color: #C5E01A; }
a { background-color: rgb(197,224,26); }
div.DivClassName
{
background-color: #C5E01A;
}
.BgClassName
{
background-color: #C5E01A;
}
</style>
border-color css
<style>
span { border-color: #C5E01A; }
span { border-color: rgb(197,224,26); }
td.TdClassName
{
border-color: #C5E01A;
}
.TagClassName
{
border-color: #C5E01A;
}
</style>