Shades of Fuego #C1DC25
Tints of Fuego #C1DC25
RGB
CMYK
RGB Variations
Color information
#C1DC25 (or 0xC1DC25) is known color: Fuego. HEX triplet: C1, DC and 25. RGB value is (193,220,37). Sum of RGB (Red+Green+Blue) = 193+220+37=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DC25 is #3E23DA. Grayscale: #BFBFBF. Windows color (decimal): -4072411 or 2481345. OLE color: 2481345.
HSL color Cylindrical-coordinate representation of color #C1DC25: hue angle of 68.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1DC25 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 37 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.14 |
| HSL | 68.85º | 0.72% | 0.5% | - |
| HSV(B) | 68.85º | 0.83% | 0.86% | - |
| XYZ | 47.92 | 62.66 | 11.32 | - |
| YUV | 191.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 37 | 0.12 | 0 | 0.83 | 0.14 | 68.85 | 0.72 | 0.5 |
| Hex | C1 | DC | 25 | C | 0 | 53 | E | 45 | 48 | 32 |
| Octal | 301 | 334 | 45 | 14 | 0 | 123 | 16 | 105 | 110 | 62 |
| Binary | 11000001 | 11011100 | 100101 | 1100 | 0 | 1010011 | 1110 | 1000101 | 1001000 | 110010 |
Color Harmonies of #C1DC25
Complementary color
Monochromatic Colors of #C1DC25
Black with #C1DC25
Text Example
Text Example
White with #C1DC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC25; }
p { color: rgb(193,220,37); }
H1.HeaderClassName
{
color: #C1DC25;
}
.AnyTagClassName
{
color: #C1DC25;
}
</style>
background-color css
<style>
a { background-color: #C1DC25; }
a { background-color: rgb(193,220,37); }
div.DivClassName
{
background-color: #C1DC25;
}
.BgClassName
{
background-color: #C1DC25;
}
</style>
border-color css
<style>
span { border-color: #C1DC25; }
span { border-color: rgb(193,220,37); }
td.TdClassName
{
border-color: #C1DC25;
}
.TagClassName
{
border-color: #C1DC25;
}
</style>