Shades of Fuego #C4CE2F
Tints of Fuego #C4CE2F
RGB
CMYK
RGB Variations
Color information
#C4CE2F (or 0xC4CE2F) is known color: Fuego. HEX triplet: C4, CE and 2F. RGB value is (196,206,47). Sum of RGB (Red+Green+Blue) = 196+206+47=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE2F is #3B31D0. Grayscale: #B9B9B9. Windows color (decimal): -3879377 or 3133124. OLE color: 3133124.
HSL color Cylindrical-coordinate representation of color #C4CE2F: hue angle of 63.77º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4CE2F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 47 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.19 |
| HSL | 63.77º | 0.63% | 0.5% | - |
| HSV(B) | 63.77º | 0.77% | 0.81% | - |
| XYZ | 45.35 | 56.08 | 11.12 | - |
| YUV | 184.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 47 | 0.05 | 0 | 0.77 | 0.19 | 63.77 | 0.63 | 0.5 |
| Hex | C4 | CE | 2F | 5 | 0 | 4D | 13 | 40 | 3F | 32 |
| Octal | 304 | 316 | 57 | 5 | 0 | 115 | 23 | 100 | 77 | 62 |
| Binary | 11000100 | 11001110 | 101111 | 101 | 0 | 1001101 | 10011 | 1000000 | 111111 | 110010 |
Color Harmonies of #C4CE2F
Complementary color
Monochromatic Colors of #C4CE2F
Black with #C4CE2F
Text Example
Text Example
White with #C4CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE2F; }
p { color: rgb(196,206,47); }
H1.HeaderClassName
{
color: #C4CE2F;
}
.AnyTagClassName
{
color: #C4CE2F;
}
</style>
background-color css
<style>
a { background-color: #C4CE2F; }
a { background-color: rgb(196,206,47); }
div.DivClassName
{
background-color: #C4CE2F;
}
.BgClassName
{
background-color: #C4CE2F;
}
</style>
border-color css
<style>
span { border-color: #C4CE2F; }
span { border-color: rgb(196,206,47); }
td.TdClassName
{
border-color: #C4CE2F;
}
.TagClassName
{
border-color: #C4CE2F;
}
</style>