Shades of Fuego #C6DC29
Tints of Fuego #C6DC29
RGB
CMYK
RGB Variations
Color information
#C6DC29 (or 0xC6DC29) is known color: Fuego. HEX triplet: C6, DC and 29. RGB value is (198,220,41). Sum of RGB (Red+Green+Blue) = 198+220+41=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC29 is #3923D6. Grayscale: #C1C1C1. Windows color (decimal): -3744727 or 2743494. OLE color: 2743494.
HSL color Cylindrical-coordinate representation of color #C6DC29: hue angle of 67.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6DC29 is Cyan = 0.1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 41 | - |
| CMYK | 0.1 | 0 | 0.81 | 0.14 |
| HSL | 67.37º | 0.72% | 0.51% | - |
| HSV(B) | 67.37º | 0.81% | 0.86% | - |
| XYZ | 49.28 | 63.35 | 11.73 | - |
| YUV | 193.02 | 42.21 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 41 | 0.1 | 0 | 0.81 | 0.14 | 67.37 | 0.72 | 0.51 |
| Hex | C6 | DC | 29 | A | 0 | 51 | E | 43 | 48 | 33 |
| Octal | 306 | 334 | 51 | 12 | 0 | 121 | 16 | 103 | 110 | 63 |
| Binary | 11000110 | 11011100 | 101001 | 1010 | 0 | 1010001 | 1110 | 1000011 | 1001000 | 110011 |
Color Harmonies of #C6DC29
Complementary color
Monochromatic Colors of #C6DC29
Black with #C6DC29
Text Example
Text Example
White with #C6DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC29; }
p { color: rgb(198,220,41); }
H1.HeaderClassName
{
color: #C6DC29;
}
.AnyTagClassName
{
color: #C6DC29;
}
</style>
background-color css
<style>
a { background-color: #C6DC29; }
a { background-color: rgb(198,220,41); }
div.DivClassName
{
background-color: #C6DC29;
}
.BgClassName
{
background-color: #C6DC29;
}
</style>
border-color css
<style>
span { border-color: #C6DC29; }
span { border-color: rgb(198,220,41); }
td.TdClassName
{
border-color: #C6DC29;
}
.TagClassName
{
border-color: #C6DC29;
}
</style>