Shades of Fuego #C9E01F
Tints of Fuego #C9E01F
RGB
CMYK
RGB Variations
Color information
#C9E01F (or 0xC9E01F) is known color: Fuego. HEX triplet: C9, E0 and 1F. RGB value is (201,224,31). Sum of RGB (Red+Green+Blue) = 201+224+31=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E01F is #361FE0. Grayscale: #C3C3C3. Windows color (decimal): -3547105 or 2089161. OLE color: 2089161.
HSL color Cylindrical-coordinate representation of color #C9E01F: hue angle of 67.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9E01F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.12 |
| HSL | 67.15º | 0.76% | 0.5% | - |
| HSV(B) | 67.15º | 0.86% | 0.88% | - |
| XYZ | 50.99 | 65.83 | 11.31 | - |
| YUV | 195.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 31 | 0.10 | 0 | 0.86 | 0.12 | 67.15 | 0.76 | 0.5 |
| Hex | C9 | E0 | 1F | A | 0 | 56 | C | 43 | 4C | 32 |
| Octal | 311 | 340 | 37 | 12 | 0 | 126 | 14 | 103 | 114 | 62 |
| Binary | 11001001 | 11100000 | 11111 | 1010 | 0 | 1010110 | 1100 | 1000011 | 1001100 | 110010 |
Color Harmonies of #C9E01F
Complementary color
Monochromatic Colors of #C9E01F
Black with #C9E01F
Text Example
Text Example
White with #C9E01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E01F; }
p { color: rgb(201,224,31); }
H1.HeaderClassName
{
color: #C9E01F;
}
.AnyTagClassName
{
color: #C9E01F;
}
</style>
background-color css
<style>
a { background-color: #C9E01F; }
a { background-color: rgb(201,224,31); }
div.DivClassName
{
background-color: #C9E01F;
}
.BgClassName
{
background-color: #C9E01F;
}
</style>
border-color css
<style>
span { border-color: #C9E01F; }
span { border-color: rgb(201,224,31); }
td.TdClassName
{
border-color: #C9E01F;
}
.TagClassName
{
border-color: #C9E01F;
}
</style>