Shades of Fuego #C4D128
Tints of Fuego #C4D128
RGB
CMYK
RGB Variations
Color information
#C4D128 (or 0xC4D128) is known color: Fuego. HEX triplet: C4, D1 and 28. RGB value is (196,209,40). Sum of RGB (Red+Green+Blue) = 196+209+40=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D128 is #3B2ED7. Grayscale: #BABABA. Windows color (decimal): -3878616 or 2675140. OLE color: 2675140.
HSL color Cylindrical-coordinate representation of color #C4D128: hue angle of 64.62º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4D128 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 40 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.18 |
| HSL | 64.62º | 0.68% | 0.49% | - |
| HSV(B) | 64.62º | 0.81% | 0.82% | - |
| XYZ | 45.95 | 57.49 | 10.68 | - |
| YUV | 185.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 40 | 0.06 | 0 | 0.81 | 0.18 | 64.62 | 0.68 | 0.49 |
| Hex | C4 | D1 | 28 | 6 | 0 | 51 | 12 | 41 | 44 | 31 |
| Octal | 304 | 321 | 50 | 6 | 0 | 121 | 22 | 101 | 104 | 61 |
| Binary | 11000100 | 11010001 | 101000 | 110 | 0 | 1010001 | 10010 | 1000001 | 1000100 | 110001 |
Color Harmonies of #C4D128
Complementary color
Monochromatic Colors of #C4D128
Black with #C4D128
Text Example
Text Example
White with #C4D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D128; }
p { color: rgb(196,209,40); }
H1.HeaderClassName
{
color: #C4D128;
}
.AnyTagClassName
{
color: #C4D128;
}
</style>
background-color css
<style>
a { background-color: #C4D128; }
a { background-color: rgb(196,209,40); }
div.DivClassName
{
background-color: #C4D128;
}
.BgClassName
{
background-color: #C4D128;
}
</style>
border-color css
<style>
span { border-color: #C4D128; }
span { border-color: rgb(196,209,40); }
td.TdClassName
{
border-color: #C4D128;
}
.TagClassName
{
border-color: #C4D128;
}
</style>