Shades of Fuego #C4D731
Tints of Fuego #C4D731
RGB
CMYK
RGB Variations
Color information
#C4D731 (or 0xC4D731) is known color: Fuego. HEX triplet: C4, D7 and 31. RGB value is (196,215,49). Sum of RGB (Red+Green+Blue) = 196+215+49=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D731 is #3B28CE. Grayscale: #BFBFBF. Windows color (decimal): -3877071 or 3266500. OLE color: 3266500.
HSL color Cylindrical-coordinate representation of color #C4D731: hue angle of 66.87º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4D731 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 49 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.16 |
| HSL | 66.87º | 0.67% | 0.52% | - |
| HSV(B) | 66.87º | 0.77% | 0.84% | - |
| XYZ | 47.62 | 60.56 | 12.08 | - |
| YUV | 190.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 49 | 0.09 | 0 | 0.77 | 0.16 | 66.87 | 0.67 | 0.52 |
| Hex | C4 | D7 | 31 | 9 | 0 | 4D | 10 | 43 | 43 | 34 |
| Octal | 304 | 327 | 61 | 11 | 0 | 115 | 20 | 103 | 103 | 64 |
| Binary | 11000100 | 11010111 | 110001 | 1001 | 0 | 1001101 | 10000 | 1000011 | 1000011 | 110100 |
Color Harmonies of #C4D731
Complementary color
Monochromatic Colors of #C4D731
Black with #C4D731
Text Example
Text Example
White with #C4D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D731; }
p { color: rgb(196,215,49); }
H1.HeaderClassName
{
color: #C4D731;
}
.AnyTagClassName
{
color: #C4D731;
}
</style>
background-color css
<style>
a { background-color: #C4D731; }
a { background-color: rgb(196,215,49); }
div.DivClassName
{
background-color: #C4D731;
}
.BgClassName
{
background-color: #C4D731;
}
</style>
border-color css
<style>
span { border-color: #C4D731; }
span { border-color: rgb(196,215,49); }
td.TdClassName
{
border-color: #C4D731;
}
.TagClassName
{
border-color: #C4D731;
}
</style>