Shades of Fuego #C6D020
Tints of Fuego #C6D020
RGB
CMYK
RGB Variations
Color information
#C6D020 (or 0xC6D020) is known color: Fuego. HEX triplet: C6, D0 and 20. RGB value is (198,208,32). Sum of RGB (Red+Green+Blue) = 198+208+32=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D020 is #392FDF. Grayscale: #B9B9B9. Windows color (decimal): -3747808 or 2150598. OLE color: 2150598.
HSL color Cylindrical-coordinate representation of color #C6D020: hue angle of 63.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6D020 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.18 |
| HSL | 63.41º | 0.73% | 0.47% | - |
| HSV(B) | 63.41º | 0.85% | 0.82% | - |
| XYZ | 46.11 | 57.22 | 9.98 | - |
| YUV | 184.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 32 | 0.05 | 0 | 0.85 | 0.18 | 63.41 | 0.73 | 0.47 |
| Hex | C6 | D0 | 20 | 5 | 0 | 55 | 12 | 3F | 49 | 2F |
| Octal | 306 | 320 | 40 | 5 | 0 | 125 | 22 | 77 | 111 | 57 |
| Binary | 11000110 | 11010000 | 100000 | 101 | 0 | 1010101 | 10010 | 111111 | 1001001 | 101111 |
Color Harmonies of #C6D020
Complementary color
Monochromatic Colors of #C6D020
Black with #C6D020
Text Example
Text Example
White with #C6D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D020; }
p { color: rgb(198,208,32); }
H1.HeaderClassName
{
color: #C6D020;
}
.AnyTagClassName
{
color: #C6D020;
}
</style>
background-color css
<style>
a { background-color: #C6D020; }
a { background-color: rgb(198,208,32); }
div.DivClassName
{
background-color: #C6D020;
}
.BgClassName
{
background-color: #C6D020;
}
</style>
border-color css
<style>
span { border-color: #C6D020; }
span { border-color: rgb(198,208,32); }
td.TdClassName
{
border-color: #C6D020;
}
.TagClassName
{
border-color: #C6D020;
}
</style>