Shades of Fuego #C1DF1C
Tints of Fuego #C1DF1C
RGB
CMYK
RGB Variations
Color information
#C1DF1C (or 0xC1DF1C) is known color: Fuego. HEX triplet: C1, DF and 1C. RGB value is (193,223,28). Sum of RGB (Red+Green+Blue) = 193+223+28=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF1C is #3E20E3. Grayscale: #C0C0C0. Windows color (decimal): -4071652 or 1892289. OLE color: 1892289.
HSL color Cylindrical-coordinate representation of color #C1DF1C: hue angle of 69.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1DF1C is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 28 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.13 |
| HSL | 69.23º | 0.78% | 0.49% | - |
| HSV(B) | 69.23º | 0.87% | 0.87% | - |
| XYZ | 48.59 | 64.2 | 10.93 | - |
| YUV | 191.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 28 | 0.13 | 0 | 0.87 | 0.13 | 69.23 | 0.78 | 0.49 |
| Hex | C1 | DF | 1C | D | 0 | 57 | D | 45 | 4E | 31 |
| Octal | 301 | 337 | 34 | 15 | 0 | 127 | 15 | 105 | 116 | 61 |
| Binary | 11000001 | 11011111 | 11100 | 1101 | 0 | 1010111 | 1101 | 1000101 | 1001110 | 110001 |
Color Harmonies of #C1DF1C
Complementary color
Monochromatic Colors of #C1DF1C
Black with #C1DF1C
Text Example
Text Example
White with #C1DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF1C; }
p { color: rgb(193,223,28); }
H1.HeaderClassName
{
color: #C1DF1C;
}
.AnyTagClassName
{
color: #C1DF1C;
}
</style>
background-color css
<style>
a { background-color: #C1DF1C; }
a { background-color: rgb(193,223,28); }
div.DivClassName
{
background-color: #C1DF1C;
}
.BgClassName
{
background-color: #C1DF1C;
}
</style>
border-color css
<style>
span { border-color: #C1DF1C; }
span { border-color: rgb(193,223,28); }
td.TdClassName
{
border-color: #C1DF1C;
}
.TagClassName
{
border-color: #C1DF1C;
}
</style>