Shades of Fuego #C1DC1B
Tints of Fuego #C1DC1B
RGB
CMYK
RGB Variations
Color information
#C1DC1B (or 0xC1DC1B) is known color: Fuego. HEX triplet: C1, DC and 1B. RGB value is (193,220,27). Sum of RGB (Red+Green+Blue) = 193+220+27=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DC1B is #3E23E4. Grayscale: #BEBEBE. Windows color (decimal): -4072421 or 1825985. OLE color: 1825985.
HSL color Cylindrical-coordinate representation of color #C1DC1B: hue angle of 68.39º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1DC1B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 27 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.14 |
| HSL | 68.39º | 0.78% | 0.48% | - |
| HSV(B) | 68.39º | 0.88% | 0.86% | - |
| XYZ | 47.78 | 62.6 | 10.6 | - |
| YUV | 189.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 27 | 0.12 | 0 | 0.88 | 0.14 | 68.39 | 0.78 | 0.48 |
| Hex | C1 | DC | 1B | C | 0 | 58 | E | 44 | 4E | 30 |
| Octal | 301 | 334 | 33 | 14 | 0 | 130 | 16 | 104 | 116 | 60 |
| Binary | 11000001 | 11011100 | 11011 | 1100 | 0 | 1011000 | 1110 | 1000100 | 1001110 | 110000 |
Color Harmonies of #C1DC1B
Complementary color
Monochromatic Colors of #C1DC1B
Black with #C1DC1B
Text Example
Text Example
White with #C1DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC1B; }
p { color: rgb(193,220,27); }
H1.HeaderClassName
{
color: #C1DC1B;
}
.AnyTagClassName
{
color: #C1DC1B;
}
</style>
background-color css
<style>
a { background-color: #C1DC1B; }
a { background-color: rgb(193,220,27); }
div.DivClassName
{
background-color: #C1DC1B;
}
.BgClassName
{
background-color: #C1DC1B;
}
</style>
border-color css
<style>
span { border-color: #C1DC1B; }
span { border-color: rgb(193,220,27); }
td.TdClassName
{
border-color: #C1DC1B;
}
.TagClassName
{
border-color: #C1DC1B;
}
</style>