Shades of Fuego #C5CF33
Tints of Fuego #C5CF33
RGB
CMYK
RGB Variations
Color information
#C5CF33 (or 0xC5CF33) is known color: Fuego. HEX triplet: C5, CF and 33. RGB value is (197,207,51). Sum of RGB (Red+Green+Blue) = 197+207+51=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF33 is #3A30CC. Grayscale: #BABABA. Windows color (decimal): -3813581 or 3395525. OLE color: 3395525.
HSL color Cylindrical-coordinate representation of color #C5CF33: hue angle of 63.85º 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 #C5CF33 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 51 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.19 |
| HSL | 63.85º | 0.62% | 0.51% | - |
| HSV(B) | 63.85º | 0.75% | 0.81% | - |
| XYZ | 45.94 | 56.73 | 11.66 | - |
| YUV | 186.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 51 | 0.05 | 0 | 0.75 | 0.19 | 63.85 | 0.62 | 0.51 |
| Hex | C5 | CF | 33 | 5 | 0 | 4B | 13 | 40 | 3E | 33 |
| Octal | 305 | 317 | 63 | 5 | 0 | 113 | 23 | 100 | 76 | 63 |
| Binary | 11000101 | 11001111 | 110011 | 101 | 0 | 1001011 | 10011 | 1000000 | 111110 | 110011 |
Color Harmonies of #C5CF33
Complementary color
Monochromatic Colors of #C5CF33
Black with #C5CF33
Text Example
Text Example
White with #C5CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF33; }
p { color: rgb(197,207,51); }
H1.HeaderClassName
{
color: #C5CF33;
}
.AnyTagClassName
{
color: #C5CF33;
}
</style>
background-color css
<style>
a { background-color: #C5CF33; }
a { background-color: rgb(197,207,51); }
div.DivClassName
{
background-color: #C5CF33;
}
.BgClassName
{
background-color: #C5CF33;
}
</style>
border-color css
<style>
span { border-color: #C5CF33; }
span { border-color: rgb(197,207,51); }
td.TdClassName
{
border-color: #C5CF33;
}
.TagClassName
{
border-color: #C5CF33;
}
</style>