Shades of Fuego #C0D529
Tints of Fuego #C0D529
RGB
CMYK
RGB Variations
Color information
#C0D529 (or 0xC0D529) is known color: Fuego. HEX triplet: C0, D5 and 29. RGB value is (192,213,41). Sum of RGB (Red+Green+Blue) = 192+213+41=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D529 is #3F2AD6. Grayscale: #BBBBBB. Windows color (decimal): -4139735 or 2741696. OLE color: 2741696.
HSL color Cylindrical-coordinate representation of color #C0D529: hue angle of 67.33º 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 #C0D529 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 41 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.16 |
| HSL | 67.33º | 0.68% | 0.5% | - |
| HSV(B) | 67.33º | 0.81% | 0.84% | - |
| XYZ | 45.93 | 58.96 | 11.06 | - |
| YUV | 187.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 41 | 0.10 | 0 | 0.81 | 0.16 | 67.33 | 0.68 | 0.5 |
| Hex | C0 | D5 | 29 | A | 0 | 51 | 10 | 43 | 44 | 32 |
| Octal | 300 | 325 | 51 | 12 | 0 | 121 | 20 | 103 | 104 | 62 |
| Binary | 11000000 | 11010101 | 101001 | 1010 | 0 | 1010001 | 10000 | 1000011 | 1000100 | 110010 |
Color Harmonies of #C0D529
Complementary color
Monochromatic Colors of #C0D529
Black with #C0D529
Text Example
Text Example
White with #C0D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D529; }
p { color: rgb(192,213,41); }
H1.HeaderClassName
{
color: #C0D529;
}
.AnyTagClassName
{
color: #C0D529;
}
</style>
background-color css
<style>
a { background-color: #C0D529; }
a { background-color: rgb(192,213,41); }
div.DivClassName
{
background-color: #C0D529;
}
.BgClassName
{
background-color: #C0D529;
}
</style>
border-color css
<style>
span { border-color: #C0D529; }
span { border-color: rgb(192,213,41); }
td.TdClassName
{
border-color: #C0D529;
}
.TagClassName
{
border-color: #C0D529;
}
</style>