Shades of Fuego #C4D631
Tints of Fuego #C4D631
RGB
CMYK
RGB Variations
Color information
#C4D631 (or 0xC4D631) is known color: Fuego. HEX triplet: C4, D6 and 31. RGB value is (196,214,49). Sum of RGB (Red+Green+Blue) = 196+214+49=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D631 is #3B29CE. Grayscale: #BEBEBE. Windows color (decimal): -3877327 or 3266244. OLE color: 3266244.
HSL color Cylindrical-coordinate representation of color #C4D631: hue angle of 66.55º 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 #C4D631 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 49 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.16 |
| HSL | 66.55º | 0.67% | 0.52% | - |
| HSV(B) | 66.55º | 0.77% | 0.84% | - |
| XYZ | 47.37 | 60.05 | 12 | - |
| YUV | 189.81 | 48.54 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 49 | 0.08 | 0 | 0.77 | 0.16 | 66.55 | 0.67 | 0.52 |
| Hex | C4 | D6 | 31 | 8 | 0 | 4D | 10 | 43 | 43 | 34 |
| Octal | 304 | 326 | 61 | 10 | 0 | 115 | 20 | 103 | 103 | 64 |
| Binary | 11000100 | 11010110 | 110001 | 1000 | 0 | 1001101 | 10000 | 1000011 | 1000011 | 110100 |
Color Harmonies of #C4D631
Complementary color
Monochromatic Colors of #C4D631
Black with #C4D631
Text Example
Text Example
White with #C4D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D631; }
p { color: rgb(196,214,49); }
H1.HeaderClassName
{
color: #C4D631;
}
.AnyTagClassName
{
color: #C4D631;
}
</style>
background-color css
<style>
a { background-color: #C4D631; }
a { background-color: rgb(196,214,49); }
div.DivClassName
{
background-color: #C4D631;
}
.BgClassName
{
background-color: #C4D631;
}
</style>
border-color css
<style>
span { border-color: #C4D631; }
span { border-color: rgb(196,214,49); }
td.TdClassName
{
border-color: #C4D631;
}
.TagClassName
{
border-color: #C4D631;
}
</style>