Shades of Fuego #C5CE2F
Tints of Fuego #C5CE2F
RGB
CMYK
RGB Variations
Color information
#C5CE2F (or 0xC5CE2F) is known color: Fuego. HEX triplet: C5, CE and 2F. RGB value is (197,206,47). Sum of RGB (Red+Green+Blue) = 197+206+47=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE2F is #3A31D0. Grayscale: #B9B9B9. Windows color (decimal): -3813841 or 3133125. OLE color: 3133125.
HSL color Cylindrical-coordinate representation of color #C5CE2F: hue angle of 63.4º 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 #C5CE2F is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 47 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.19 |
| HSL | 63.4º | 0.63% | 0.5% | - |
| HSV(B) | 63.4º | 0.77% | 0.81% | - |
| XYZ | 45.61 | 56.22 | 11.14 | - |
| YUV | 185.18 | 50.02 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 47 | 0.04 | 0 | 0.77 | 0.19 | 63.4 | 0.63 | 0.5 |
| Hex | C5 | CE | 2F | 4 | 0 | 4D | 13 | 3F | 3F | 32 |
| Octal | 305 | 316 | 57 | 4 | 0 | 115 | 23 | 77 | 77 | 62 |
| Binary | 11000101 | 11001110 | 101111 | 100 | 0 | 1001101 | 10011 | 111111 | 111111 | 110010 |
Color Harmonies of #C5CE2F
Complementary color
Monochromatic Colors of #C5CE2F
Black with #C5CE2F
Text Example
Text Example
White with #C5CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE2F; }
p { color: rgb(197,206,47); }
H1.HeaderClassName
{
color: #C5CE2F;
}
.AnyTagClassName
{
color: #C5CE2F;
}
</style>
background-color css
<style>
a { background-color: #C5CE2F; }
a { background-color: rgb(197,206,47); }
div.DivClassName
{
background-color: #C5CE2F;
}
.BgClassName
{
background-color: #C5CE2F;
}
</style>
border-color css
<style>
span { border-color: #C5CE2F; }
span { border-color: rgb(197,206,47); }
td.TdClassName
{
border-color: #C5CE2F;
}
.TagClassName
{
border-color: #C5CE2F;
}
</style>