Shades of Fuego #C5CE2E
Tints of Fuego #C5CE2E
RGB
CMYK
RGB Variations
Color information
#C5CE2E (or 0xC5CE2E) is known color: Fuego. HEX triplet: C5, CE and 2E. RGB value is (197,206,46). Sum of RGB (Red+Green+Blue) = 197+206+46=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE2E is #3A31D1. Grayscale: #B9B9B9. Windows color (decimal): -3813842 or 3067589. OLE color: 3067589.
HSL color Cylindrical-coordinate representation of color #C5CE2E: hue angle of 63.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5CE2E is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 46 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.19 |
| HSL | 63.38º | 0.63% | 0.49% | - |
| HSV(B) | 63.38º | 0.78% | 0.81% | - |
| XYZ | 45.59 | 56.21 | 11.03 | - |
| YUV | 185.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 46 | 0.04 | 0 | 0.78 | 0.19 | 63.38 | 0.63 | 0.49 |
| Hex | C5 | CE | 2E | 4 | 0 | 4E | 13 | 3F | 3F | 31 |
| Octal | 305 | 316 | 56 | 4 | 0 | 116 | 23 | 77 | 77 | 61 |
| Binary | 11000101 | 11001110 | 101110 | 100 | 0 | 1001110 | 10011 | 111111 | 111111 | 110001 |
Color Harmonies of #C5CE2E
Complementary color
Monochromatic Colors of #C5CE2E
Black with #C5CE2E
Text Example
Text Example
White with #C5CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE2E; }
p { color: rgb(197,206,46); }
H1.HeaderClassName
{
color: #C5CE2E;
}
.AnyTagClassName
{
color: #C5CE2E;
}
</style>
background-color css
<style>
a { background-color: #C5CE2E; }
a { background-color: rgb(197,206,46); }
div.DivClassName
{
background-color: #C5CE2E;
}
.BgClassName
{
background-color: #C5CE2E;
}
</style>
border-color css
<style>
span { border-color: #C5CE2E; }
span { border-color: rgb(197,206,46); }
td.TdClassName
{
border-color: #C5CE2E;
}
.TagClassName
{
border-color: #C5CE2E;
}
</style>