Shades of Fuego #C4CE2C
Tints of Fuego #C4CE2C
RGB
CMYK
RGB Variations
Color information
#C4CE2C (or 0xC4CE2C) is known color: Fuego. HEX triplet: C4, CE and 2C. RGB value is (196,206,44). Sum of RGB (Red+Green+Blue) = 196+206+44=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE2C is #3B31D3. Grayscale: #B9B9B9. Windows color (decimal): -3879380 or 2936516. OLE color: 2936516.
HSL color Cylindrical-coordinate representation of color #C4CE2C: hue angle of 63.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4CE2C is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 44 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.19 |
| HSL | 63.7º | 0.65% | 0.49% | - |
| HSV(B) | 63.7º | 0.79% | 0.81% | - |
| XYZ | 45.29 | 56.06 | 10.82 | - |
| YUV | 184.54 | 48.69 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 44 | 0.05 | 0 | 0.79 | 0.19 | 63.7 | 0.65 | 0.49 |
| Hex | C4 | CE | 2C | 5 | 0 | 4F | 13 | 40 | 41 | 31 |
| Octal | 304 | 316 | 54 | 5 | 0 | 117 | 23 | 100 | 101 | 61 |
| Binary | 11000100 | 11001110 | 101100 | 101 | 0 | 1001111 | 10011 | 1000000 | 1000001 | 110001 |
Color Harmonies of #C4CE2C
Complementary color
Monochromatic Colors of #C4CE2C
Black with #C4CE2C
Text Example
Text Example
White with #C4CE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE2C; }
p { color: rgb(196,206,44); }
H1.HeaderClassName
{
color: #C4CE2C;
}
.AnyTagClassName
{
color: #C4CE2C;
}
</style>
background-color css
<style>
a { background-color: #C4CE2C; }
a { background-color: rgb(196,206,44); }
div.DivClassName
{
background-color: #C4CE2C;
}
.BgClassName
{
background-color: #C4CE2C;
}
</style>
border-color css
<style>
span { border-color: #C4CE2C; }
span { border-color: rgb(196,206,44); }
td.TdClassName
{
border-color: #C4CE2C;
}
.TagClassName
{
border-color: #C4CE2C;
}
</style>