Shades of Fuego #C8D529
Tints of Fuego #C8D529
RGB
CMYK
RGB Variations
Color information
#C8D529 (or 0xC8D529) is known color: Fuego. HEX triplet: C8, D5 and 29. RGB value is (200,213,41). Sum of RGB (Red+Green+Blue) = 200+213+41=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D529 is #372AD6. Grayscale: #BEBEBE. Windows color (decimal): -3615447 or 2741704. OLE color: 2741704.
HSL color Cylindrical-coordinate representation of color #C8D529: hue angle of 64.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8D529 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 41 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.16 |
| HSL | 64.53º | 0.68% | 0.5% | - |
| HSV(B) | 64.53º | 0.81% | 0.84% | - |
| XYZ | 48.01 | 60.03 | 11.15 | - |
| YUV | 189.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 41 | 0.06 | 0 | 0.81 | 0.16 | 64.53 | 0.68 | 0.5 |
| Hex | C8 | D5 | 29 | 6 | 0 | 51 | 10 | 41 | 44 | 32 |
| Octal | 310 | 325 | 51 | 6 | 0 | 121 | 20 | 101 | 104 | 62 |
| Binary | 11001000 | 11010101 | 101001 | 110 | 0 | 1010001 | 10000 | 1000001 | 1000100 | 110010 |
Color Harmonies of #C8D529
Complementary color
Monochromatic Colors of #C8D529
Black with #C8D529
Text Example
Text Example
White with #C8D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D529; }
p { color: rgb(200,213,41); }
H1.HeaderClassName
{
color: #C8D529;
}
.AnyTagClassName
{
color: #C8D529;
}
</style>
background-color css
<style>
a { background-color: #C8D529; }
a { background-color: rgb(200,213,41); }
div.DivClassName
{
background-color: #C8D529;
}
.BgClassName
{
background-color: #C8D529;
}
</style>
border-color css
<style>
span { border-color: #C8D529; }
span { border-color: rgb(200,213,41); }
td.TdClassName
{
border-color: #C8D529;
}
.TagClassName
{
border-color: #C8D529;
}
</style>