Shades of Fuego #C8D128
Tints of Fuego #C8D128
RGB
CMYK
RGB Variations
Color information
#C8D128 (or 0xC8D128) is known color: Fuego. HEX triplet: C8, D1 and 28. RGB value is (200,209,40). Sum of RGB (Red+Green+Blue) = 200+209+40=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D128 is #372ED7. Grayscale: #BBBBBB. Windows color (decimal): -3616472 or 2675144. OLE color: 2675144.
HSL color Cylindrical-coordinate representation of color #C8D128: hue angle of 63.2º 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 #C8D128 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 40 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.18 |
| HSL | 63.2º | 0.68% | 0.49% | - |
| HSV(B) | 63.2º | 0.81% | 0.82% | - |
| XYZ | 47 | 58.03 | 10.73 | - |
| YUV | 187.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 40 | 0.04 | 0 | 0.81 | 0.18 | 63.2 | 0.68 | 0.49 |
| Hex | C8 | D1 | 28 | 4 | 0 | 51 | 12 | 3F | 44 | 31 |
| Octal | 310 | 321 | 50 | 4 | 0 | 121 | 22 | 77 | 104 | 61 |
| Binary | 11001000 | 11010001 | 101000 | 100 | 0 | 1010001 | 10010 | 111111 | 1000100 | 110001 |
Color Harmonies of #C8D128
Complementary color
Monochromatic Colors of #C8D128
Black with #C8D128
Text Example
Text Example
White with #C8D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D128; }
p { color: rgb(200,209,40); }
H1.HeaderClassName
{
color: #C8D128;
}
.AnyTagClassName
{
color: #C8D128;
}
</style>
background-color css
<style>
a { background-color: #C8D128; }
a { background-color: rgb(200,209,40); }
div.DivClassName
{
background-color: #C8D128;
}
.BgClassName
{
background-color: #C8D128;
}
</style>
border-color css
<style>
span { border-color: #C8D128; }
span { border-color: rgb(200,209,40); }
td.TdClassName
{
border-color: #C8D128;
}
.TagClassName
{
border-color: #C8D128;
}
</style>