Shades of Fuego #C9E01B
Tints of Fuego #C9E01B
RGB
CMYK
RGB Variations
Color information
#C9E01B (or 0xC9E01B) is known color: Fuego. HEX triplet: C9, E0 and 1B. RGB value is (201,224,27). Sum of RGB (Red+Green+Blue) = 201+224+27=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E01B is #361FE4. Grayscale: #C3C3C3. Windows color (decimal): -3547109 or 1827017. OLE color: 1827017.
HSL color Cylindrical-coordinate representation of color #C9E01B: hue angle of 67.01º degrees, saturation: 0.78, 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 #C9E01B is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 27 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.12 |
| HSL | 67.01º | 0.78% | 0.49% | - |
| HSV(B) | 67.01º | 0.88% | 0.88% | - |
| XYZ | 50.94 | 65.81 | 11.05 | - |
| YUV | 194.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 27 | 0.10 | 0 | 0.88 | 0.12 | 67.01 | 0.78 | 0.49 |
| Hex | C9 | E0 | 1B | A | 0 | 58 | C | 43 | 4E | 31 |
| Octal | 311 | 340 | 33 | 12 | 0 | 130 | 14 | 103 | 116 | 61 |
| Binary | 11001001 | 11100000 | 11011 | 1010 | 0 | 1011000 | 1100 | 1000011 | 1001110 | 110001 |
Color Harmonies of #C9E01B
Complementary color
Monochromatic Colors of #C9E01B
Black with #C9E01B
Text Example
Text Example
White with #C9E01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E01B; }
p { color: rgb(201,224,27); }
H1.HeaderClassName
{
color: #C9E01B;
}
.AnyTagClassName
{
color: #C9E01B;
}
</style>
background-color css
<style>
a { background-color: #C9E01B; }
a { background-color: rgb(201,224,27); }
div.DivClassName
{
background-color: #C9E01B;
}
.BgClassName
{
background-color: #C9E01B;
}
</style>
border-color css
<style>
span { border-color: #C9E01B; }
span { border-color: rgb(201,224,27); }
td.TdClassName
{
border-color: #C9E01B;
}
.TagClassName
{
border-color: #C9E01B;
}
</style>