Shades of Fuego #C9E018
Tints of Fuego #C9E018
RGB
CMYK
RGB Variations
Color information
#C9E018 (or 0xC9E018) is known color: Fuego. HEX triplet: C9, E0 and 18. RGB value is (201,224,24). Sum of RGB (Red+Green+Blue) = 201+224+24=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9E018 is #361FE7. Grayscale: #C3C3C3. Windows color (decimal): -3547112 or 1630409. OLE color: 1630409.
HSL color Cylindrical-coordinate representation of color #C9E018: hue angle of 66.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9E018 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 24 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.12 |
| HSL | 66.9º | 0.81% | 0.49% | - |
| HSV(B) | 66.9º | 0.89% | 0.88% | - |
| XYZ | 50.91 | 65.79 | 10.88 | - |
| YUV | 194.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 24 | 0.10 | 0 | 0.89 | 0.12 | 66.9 | 0.81 | 0.49 |
| Hex | C9 | E0 | 18 | A | 0 | 59 | C | 43 | 51 | 31 |
| Octal | 311 | 340 | 30 | 12 | 0 | 131 | 14 | 103 | 121 | 61 |
| Binary | 11001001 | 11100000 | 11000 | 1010 | 0 | 1011001 | 1100 | 1000011 | 1010001 | 110001 |
Color Harmonies of #C9E018
Complementary color
Monochromatic Colors of #C9E018
Black with #C9E018
Text Example
Text Example
White with #C9E018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E018; }
p { color: rgb(201,224,24); }
H1.HeaderClassName
{
color: #C9E018;
}
.AnyTagClassName
{
color: #C9E018;
}
</style>
background-color css
<style>
a { background-color: #C9E018; }
a { background-color: rgb(201,224,24); }
div.DivClassName
{
background-color: #C9E018;
}
.BgClassName
{
background-color: #C9E018;
}
</style>
border-color css
<style>
span { border-color: #C9E018; }
span { border-color: rgb(201,224,24); }
td.TdClassName
{
border-color: #C9E018;
}
.TagClassName
{
border-color: #C9E018;
}
</style>