Shades of Fuego #C6E129
Tints of Fuego #C6E129
RGB
CMYK
RGB Variations
Color information
#C6E129 (or 0xC6E129) is known color: Fuego. HEX triplet: C6, E1 and 29. RGB value is (198,225,41). Sum of RGB (Red+Green+Blue) = 198+225+41=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E129 is #391ED6. Grayscale: #C4C4C4. Windows color (decimal): -3743447 or 2744774. OLE color: 2744774.
HSL color Cylindrical-coordinate representation of color #C6E129: hue angle of 68.8º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6E129 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 41 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.12 |
| HSL | 68.8º | 0.75% | 0.52% | - |
| HSV(B) | 68.8º | 0.82% | 0.88% | - |
| XYZ | 50.61 | 66.02 | 12.17 | - |
| YUV | 195.95 | 40.55 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 41 | 0.12 | 0 | 0.82 | 0.12 | 68.8 | 0.75 | 0.52 |
| Hex | C6 | E1 | 29 | C | 0 | 52 | C | 45 | 4B | 34 |
| Octal | 306 | 341 | 51 | 14 | 0 | 122 | 14 | 105 | 113 | 64 |
| Binary | 11000110 | 11100001 | 101001 | 1100 | 0 | 1010010 | 1100 | 1000101 | 1001011 | 110100 |
Color Harmonies of #C6E129
Complementary color
Monochromatic Colors of #C6E129
Black with #C6E129
Text Example
Text Example
White with #C6E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E129; }
p { color: rgb(198,225,41); }
H1.HeaderClassName
{
color: #C6E129;
}
.AnyTagClassName
{
color: #C6E129;
}
</style>
background-color css
<style>
a { background-color: #C6E129; }
a { background-color: rgb(198,225,41); }
div.DivClassName
{
background-color: #C6E129;
}
.BgClassName
{
background-color: #C6E129;
}
</style>
border-color css
<style>
span { border-color: #C6E129; }
span { border-color: rgb(198,225,41); }
td.TdClassName
{
border-color: #C6E129;
}
.TagClassName
{
border-color: #C6E129;
}
</style>