Shades of Fuego #C6DC1E
Tints of Fuego #C6DC1E
RGB
CMYK
RGB Variations
Color information
#C6DC1E (or 0xC6DC1E) is known color: Fuego. HEX triplet: C6, DC and 1E. RGB value is (198,220,30). Sum of RGB (Red+Green+Blue) = 198+220+30=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC1E is #3923E1. Grayscale: #C0C0C0. Windows color (decimal): -3744738 or 2022598. OLE color: 2022598.
HSL color Cylindrical-coordinate representation of color #C6DC1E: hue angle of 66.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6DC1E is Cyan = 0.1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 30 | - |
| CMYK | 0.1 | 0 | 0.86 | 0.14 |
| HSL | 66.95º | 0.76% | 0.49% | - |
| HSV(B) | 66.95º | 0.86% | 0.86% | - |
| XYZ | 49.12 | 63.29 | 10.86 | - |
| YUV | 191.76 | 36.71 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 30 | 0.1 | 0 | 0.86 | 0.14 | 66.95 | 0.76 | 0.49 |
| Hex | C6 | DC | 1E | A | 0 | 56 | E | 43 | 4C | 31 |
| Octal | 306 | 334 | 36 | 12 | 0 | 126 | 16 | 103 | 114 | 61 |
| Binary | 11000110 | 11011100 | 11110 | 1010 | 0 | 1010110 | 1110 | 1000011 | 1001100 | 110001 |
Color Harmonies of #C6DC1E
Complementary color
Monochromatic Colors of #C6DC1E
Black with #C6DC1E
Text Example
Text Example
White with #C6DC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC1E; }
p { color: rgb(198,220,30); }
H1.HeaderClassName
{
color: #C6DC1E;
}
.AnyTagClassName
{
color: #C6DC1E;
}
</style>
background-color css
<style>
a { background-color: #C6DC1E; }
a { background-color: rgb(198,220,30); }
div.DivClassName
{
background-color: #C6DC1E;
}
.BgClassName
{
background-color: #C6DC1E;
}
</style>
border-color css
<style>
span { border-color: #C6DC1E; }
span { border-color: rgb(198,220,30); }
td.TdClassName
{
border-color: #C6DC1E;
}
.TagClassName
{
border-color: #C6DC1E;
}
</style>