Shades of Fuego #C5CF34
Tints of Fuego #C5CF34
RGB
CMYK
RGB Variations
Color information
#C5CF34 (or 0xC5CF34) is known color: Fuego. HEX triplet: C5, CF and 34. RGB value is (197,207,52). Sum of RGB (Red+Green+Blue) = 197+207+52=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF34 is #3A30CB. Grayscale: #BABABA. Windows color (decimal): -3813580 or 3461061. OLE color: 3461061.
HSL color Cylindrical-coordinate representation of color #C5CF34: hue angle of 63.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5CF34 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 52 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.19 |
| HSL | 63.87º | 0.62% | 0.51% | - |
| HSV(B) | 63.87º | 0.75% | 0.81% | - |
| XYZ | 45.96 | 56.74 | 11.78 | - |
| YUV | 186.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 52 | 0.05 | 0 | 0.75 | 0.19 | 63.87 | 0.62 | 0.51 |
| Hex | C5 | CF | 34 | 5 | 0 | 4B | 13 | 40 | 3E | 33 |
| Octal | 305 | 317 | 64 | 5 | 0 | 113 | 23 | 100 | 76 | 63 |
| Binary | 11000101 | 11001111 | 110100 | 101 | 0 | 1001011 | 10011 | 1000000 | 111110 | 110011 |
Color Harmonies of #C5CF34
Complementary color
Monochromatic Colors of #C5CF34
Black with #C5CF34
Text Example
Text Example
White with #C5CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF34; }
p { color: rgb(197,207,52); }
H1.HeaderClassName
{
color: #C5CF34;
}
.AnyTagClassName
{
color: #C5CF34;
}
</style>
background-color css
<style>
a { background-color: #C5CF34; }
a { background-color: rgb(197,207,52); }
div.DivClassName
{
background-color: #C5CF34;
}
.BgClassName
{
background-color: #C5CF34;
}
</style>
border-color css
<style>
span { border-color: #C5CF34; }
span { border-color: rgb(197,207,52); }
td.TdClassName
{
border-color: #C5CF34;
}
.TagClassName
{
border-color: #C5CF34;
}
</style>