Shades of Fuego #C6DB1F
Tints of Fuego #C6DB1F
RGB
CMYK
RGB Variations
Color information
#C6DB1F (or 0xC6DB1F) is known color: Fuego. HEX triplet: C6, DB and 1F. RGB value is (198,219,31). Sum of RGB (Red+Green+Blue) = 198+219+31=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DB1F is #3924E0. Grayscale: #C0C0C0. Windows color (decimal): -3744993 or 2087878. OLE color: 2087878.
HSL color Cylindrical-coordinate representation of color #C6DB1F: hue angle of 66.7º degrees, saturation: 0.75, 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 #C6DB1F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.14 |
| HSL | 66.7º | 0.75% | 0.49% | - |
| HSV(B) | 66.7º | 0.86% | 0.86% | - |
| XYZ | 48.87 | 62.77 | 10.84 | - |
| YUV | 191.29 | 37.54 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 31 | 0.10 | 0 | 0.86 | 0.14 | 66.7 | 0.75 | 0.49 |
| Hex | C6 | DB | 1F | A | 0 | 56 | E | 43 | 4B | 31 |
| Octal | 306 | 333 | 37 | 12 | 0 | 126 | 16 | 103 | 113 | 61 |
| Binary | 11000110 | 11011011 | 11111 | 1010 | 0 | 1010110 | 1110 | 1000011 | 1001011 | 110001 |
Color Harmonies of #C6DB1F
Complementary color
Monochromatic Colors of #C6DB1F
Black with #C6DB1F
Text Example
Text Example
White with #C6DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB1F; }
p { color: rgb(198,219,31); }
H1.HeaderClassName
{
color: #C6DB1F;
}
.AnyTagClassName
{
color: #C6DB1F;
}
</style>
background-color css
<style>
a { background-color: #C6DB1F; }
a { background-color: rgb(198,219,31); }
div.DivClassName
{
background-color: #C6DB1F;
}
.BgClassName
{
background-color: #C6DB1F;
}
</style>
border-color css
<style>
span { border-color: #C6DB1F; }
span { border-color: rgb(198,219,31); }
td.TdClassName
{
border-color: #C6DB1F;
}
.TagClassName
{
border-color: #C6DB1F;
}
</style>