Shades of Fuego #C6D522
Tints of Fuego #C6D522
RGB
CMYK
RGB Variations
Color information
#C6D522 (or 0xC6D522) is known color: Fuego. HEX triplet: C6, D5 and 22. RGB value is (198,213,34). Sum of RGB (Red+Green+Blue) = 198+213+34=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D522 is #392ADD. Grayscale: #BCBCBC. Windows color (decimal): -3746526 or 2282950. OLE color: 2282950.
HSL color Cylindrical-coordinate representation of color #C6D522: hue angle of 65.03º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6D522 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 34 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.16 |
| HSL | 65.03º | 0.72% | 0.48% | - |
| HSV(B) | 65.03º | 0.84% | 0.84% | - |
| XYZ | 47.37 | 59.71 | 10.54 | - |
| YUV | 188.11 | 41.03 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 34 | 0.07 | 0 | 0.84 | 0.16 | 65.03 | 0.72 | 0.48 |
| Hex | C6 | D5 | 22 | 7 | 0 | 54 | 10 | 41 | 48 | 30 |
| Octal | 306 | 325 | 42 | 7 | 0 | 124 | 20 | 101 | 110 | 60 |
| Binary | 11000110 | 11010101 | 100010 | 111 | 0 | 1010100 | 10000 | 1000001 | 1001000 | 110000 |
Color Harmonies of #C6D522
Complementary color
Monochromatic Colors of #C6D522
Black with #C6D522
Text Example
Text Example
White with #C6D522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D522; }
p { color: rgb(198,213,34); }
H1.HeaderClassName
{
color: #C6D522;
}
.AnyTagClassName
{
color: #C6D522;
}
</style>
background-color css
<style>
a { background-color: #C6D522; }
a { background-color: rgb(198,213,34); }
div.DivClassName
{
background-color: #C6D522;
}
.BgClassName
{
background-color: #C6D522;
}
</style>
border-color css
<style>
span { border-color: #C6D522; }
span { border-color: rgb(198,213,34); }
td.TdClassName
{
border-color: #C6D522;
}
.TagClassName
{
border-color: #C6D522;
}
</style>