Shades of Fuego #C1DF2C
Tints of Fuego #C1DF2C
RGB
CMYK
RGB Variations
Color information
#C1DF2C (or 0xC1DF2C) is known color: Fuego. HEX triplet: C1, DF and 2C. RGB value is (193,223,44). Sum of RGB (Red+Green+Blue) = 193+223+44=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF2C is #3E20D3. Grayscale: #C2C2C2. Windows color (decimal): -4071636 or 2940865. OLE color: 2940865.
HSL color Cylindrical-coordinate representation of color #C1DF2C: hue angle of 70.06º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1DF2C is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 44 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.13 |
| HSL | 70.06º | 0.74% | 0.52% | - |
| HSV(B) | 70.06º | 0.8% | 0.87% | - |
| XYZ | 48.83 | 64.29 | 12.22 | - |
| YUV | 193.62 | 43.56 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 44 | 0.13 | 0 | 0.80 | 0.13 | 70.06 | 0.74 | 0.52 |
| Hex | C1 | DF | 2C | D | 0 | 50 | D | 46 | 4A | 34 |
| Octal | 301 | 337 | 54 | 15 | 0 | 120 | 15 | 106 | 112 | 64 |
| Binary | 11000001 | 11011111 | 101100 | 1101 | 0 | 1010000 | 1101 | 1000110 | 1001010 | 110100 |
Color Harmonies of #C1DF2C
Complementary color
Monochromatic Colors of #C1DF2C
Black with #C1DF2C
Text Example
Text Example
White with #C1DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF2C; }
p { color: rgb(193,223,44); }
H1.HeaderClassName
{
color: #C1DF2C;
}
.AnyTagClassName
{
color: #C1DF2C;
}
</style>
background-color css
<style>
a { background-color: #C1DF2C; }
a { background-color: rgb(193,223,44); }
div.DivClassName
{
background-color: #C1DF2C;
}
.BgClassName
{
background-color: #C1DF2C;
}
</style>
border-color css
<style>
span { border-color: #C1DF2C; }
span { border-color: rgb(193,223,44); }
td.TdClassName
{
border-color: #C1DF2C;
}
.TagClassName
{
border-color: #C1DF2C;
}
</style>