Shades of Fuego #C6DF1F
Tints of Fuego #C6DF1F
RGB
CMYK
RGB Variations
Color information
#C6DF1F (or 0xC6DF1F) is known color: Fuego. HEX triplet: C6, DF and 1F. RGB value is (198,223,31). Sum of RGB (Red+Green+Blue) = 198+223+31=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF1F is #3920E0. Grayscale: #C2C2C2. Windows color (decimal): -3743969 or 2088902. OLE color: 2088902.
HSL color Cylindrical-coordinate representation of color #C6DF1F: hue angle of 67.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6DF1F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 31 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.13 |
| HSL | 67.81º | 0.76% | 0.5% | - |
| HSV(B) | 67.81º | 0.86% | 0.87% | - |
| XYZ | 49.92 | 64.88 | 11.19 | - |
| YUV | 193.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 31 | 0.11 | 0 | 0.86 | 0.13 | 67.81 | 0.76 | 0.5 |
| Hex | C6 | DF | 1F | B | 0 | 56 | D | 44 | 4C | 32 |
| Octal | 306 | 337 | 37 | 13 | 0 | 126 | 15 | 104 | 114 | 62 |
| Binary | 11000110 | 11011111 | 11111 | 1011 | 0 | 1010110 | 1101 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C6DF1F
Complementary color
Monochromatic Colors of #C6DF1F
Black with #C6DF1F
Text Example
Text Example
White with #C6DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF1F; }
p { color: rgb(198,223,31); }
H1.HeaderClassName
{
color: #C6DF1F;
}
.AnyTagClassName
{
color: #C6DF1F;
}
</style>
background-color css
<style>
a { background-color: #C6DF1F; }
a { background-color: rgb(198,223,31); }
div.DivClassName
{
background-color: #C6DF1F;
}
.BgClassName
{
background-color: #C6DF1F;
}
</style>
border-color css
<style>
span { border-color: #C6DF1F; }
span { border-color: rgb(198,223,31); }
td.TdClassName
{
border-color: #C6DF1F;
}
.TagClassName
{
border-color: #C6DF1F;
}
</style>