Shades of Fuego #C5CF30
Tints of Fuego #C5CF30
RGB
CMYK
RGB Variations
Color information
#C5CF30 (or 0xC5CF30) is known color: Fuego. HEX triplet: C5, CF and 30. RGB value is (197,207,48). Sum of RGB (Red+Green+Blue) = 197+207+48=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF30 is #3A30CF. Grayscale: #BABABA. Windows color (decimal): -3813584 or 3198917. OLE color: 3198917.
HSL color Cylindrical-coordinate representation of color #C5CF30: hue angle of 63.77º degrees, saturation: 0.62, 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 #C5CF30 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 48 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.19 |
| HSL | 63.77º | 0.62% | 0.5% | - |
| HSV(B) | 63.77º | 0.77% | 0.81% | - |
| XYZ | 45.87 | 56.71 | 11.32 | - |
| YUV | 185.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 48 | 0.05 | 0 | 0.77 | 0.19 | 63.77 | 0.62 | 0.5 |
| Hex | C5 | CF | 30 | 5 | 0 | 4D | 13 | 40 | 3E | 32 |
| Octal | 305 | 317 | 60 | 5 | 0 | 115 | 23 | 100 | 76 | 62 |
| Binary | 11000101 | 11001111 | 110000 | 101 | 0 | 1001101 | 10011 | 1000000 | 111110 | 110010 |
Color Harmonies of #C5CF30
Complementary color
Monochromatic Colors of #C5CF30
Black with #C5CF30
Text Example
Text Example
White with #C5CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF30; }
p { color: rgb(197,207,48); }
H1.HeaderClassName
{
color: #C5CF30;
}
.AnyTagClassName
{
color: #C5CF30;
}
</style>
background-color css
<style>
a { background-color: #C5CF30; }
a { background-color: rgb(197,207,48); }
div.DivClassName
{
background-color: #C5CF30;
}
.BgClassName
{
background-color: #C5CF30;
}
</style>
border-color css
<style>
span { border-color: #C5CF30; }
span { border-color: rgb(197,207,48); }
td.TdClassName
{
border-color: #C5CF30;
}
.TagClassName
{
border-color: #C5CF30;
}
</style>