Shades of Fuego #C5CE2B
Tints of Fuego #C5CE2B
RGB
CMYK
RGB Variations
Color information
#C5CE2B (or 0xC5CE2B) is known color: Fuego. HEX triplet: C5, CE and 2B. RGB value is (197,206,43). Sum of RGB (Red+Green+Blue) = 197+206+43=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE2B is #3A31D4. Grayscale: #B9B9B9. Windows color (decimal): -3813845 or 2870981. OLE color: 2870981.
HSL color Cylindrical-coordinate representation of color #C5CE2B: hue angle of 63.31º 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 #C5CE2B is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 43 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.19 |
| HSL | 63.31º | 0.65% | 0.49% | - |
| HSV(B) | 63.31º | 0.79% | 0.81% | - |
| XYZ | 45.53 | 56.19 | 10.73 | - |
| YUV | 184.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 43 | 0.04 | 0 | 0.79 | 0.19 | 63.31 | 0.65 | 0.49 |
| Hex | C5 | CE | 2B | 4 | 0 | 4F | 13 | 3F | 41 | 31 |
| Octal | 305 | 316 | 53 | 4 | 0 | 117 | 23 | 77 | 101 | 61 |
| Binary | 11000101 | 11001110 | 101011 | 100 | 0 | 1001111 | 10011 | 111111 | 1000001 | 110001 |
Color Harmonies of #C5CE2B
Complementary color
Monochromatic Colors of #C5CE2B
Black with #C5CE2B
Text Example
Text Example
White with #C5CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE2B; }
p { color: rgb(197,206,43); }
H1.HeaderClassName
{
color: #C5CE2B;
}
.AnyTagClassName
{
color: #C5CE2B;
}
</style>
background-color css
<style>
a { background-color: #C5CE2B; }
a { background-color: rgb(197,206,43); }
div.DivClassName
{
background-color: #C5CE2B;
}
.BgClassName
{
background-color: #C5CE2B;
}
</style>
border-color css
<style>
span { border-color: #C5CE2B; }
span { border-color: rgb(197,206,43); }
td.TdClassName
{
border-color: #C5CE2B;
}
.TagClassName
{
border-color: #C5CE2B;
}
</style>