Shades of Fuego #C5CF36
Tints of Fuego #C5CF36
RGB
CMYK
RGB Variations
Color information
#C5CF36 (or 0xC5CF36) is known color: Fuego. HEX triplet: C5, CF and 36. RGB value is (197,207,54). Sum of RGB (Red+Green+Blue) = 197+207+54=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF36 is #3A30C9. Grayscale: #BBBBBB. Windows color (decimal): -3813578 or 3592133. OLE color: 3592133.
HSL color Cylindrical-coordinate representation of color #C5CF36: hue angle of 63.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5CF36 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 54 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.19 |
| HSL | 63.92º | 0.61% | 0.51% | - |
| HSV(B) | 63.92º | 0.74% | 0.81% | - |
| XYZ | 46 | 56.76 | 12.02 | - |
| YUV | 186.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 54 | 0.05 | 0 | 0.74 | 0.19 | 63.92 | 0.61 | 0.51 |
| Hex | C5 | CF | 36 | 5 | 0 | 4A | 13 | 40 | 3D | 33 |
| Octal | 305 | 317 | 66 | 5 | 0 | 112 | 23 | 100 | 75 | 63 |
| Binary | 11000101 | 11001111 | 110110 | 101 | 0 | 1001010 | 10011 | 1000000 | 111101 | 110011 |
Color Harmonies of #C5CF36
Complementary color
Monochromatic Colors of #C5CF36
Black with #C5CF36
Text Example
Text Example
White with #C5CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF36; }
p { color: rgb(197,207,54); }
H1.HeaderClassName
{
color: #C5CF36;
}
.AnyTagClassName
{
color: #C5CF36;
}
</style>
background-color css
<style>
a { background-color: #C5CF36; }
a { background-color: rgb(197,207,54); }
div.DivClassName
{
background-color: #C5CF36;
}
.BgClassName
{
background-color: #C5CF36;
}
</style>
border-color css
<style>
span { border-color: #C5CF36; }
span { border-color: rgb(197,207,54); }
td.TdClassName
{
border-color: #C5CF36;
}
.TagClassName
{
border-color: #C5CF36;
}
</style>