Shades of Fuego #C1DD29
Tints of Fuego #C1DD29
RGB
CMYK
RGB Variations
Color information
#C1DD29 (or 0xC1DD29) is known color: Fuego. HEX triplet: C1, DD and 29. RGB value is (193,221,41). Sum of RGB (Red+Green+Blue) = 193+221+41=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DD29 is #3E22D6. Grayscale: #C0C0C0. Windows color (decimal): -4072151 or 2743745. OLE color: 2743745.
HSL color Cylindrical-coordinate representation of color #C1DD29: hue angle of 69.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1DD29 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 41 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.13 |
| HSL | 69.33º | 0.73% | 0.51% | - |
| HSV(B) | 69.33º | 0.81% | 0.87% | - |
| XYZ | 48.25 | 63.21 | 11.76 | - |
| YUV | 192.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 41 | 0.13 | 0 | 0.81 | 0.13 | 69.33 | 0.73 | 0.51 |
| Hex | C1 | DD | 29 | D | 0 | 51 | D | 45 | 49 | 33 |
| Octal | 301 | 335 | 51 | 15 | 0 | 121 | 15 | 105 | 111 | 63 |
| Binary | 11000001 | 11011101 | 101001 | 1101 | 0 | 1010001 | 1101 | 1000101 | 1001001 | 110011 |
Color Harmonies of #C1DD29
Complementary color
Monochromatic Colors of #C1DD29
Black with #C1DD29
Text Example
Text Example
White with #C1DD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD29; }
p { color: rgb(193,221,41); }
H1.HeaderClassName
{
color: #C1DD29;
}
.AnyTagClassName
{
color: #C1DD29;
}
</style>
background-color css
<style>
a { background-color: #C1DD29; }
a { background-color: rgb(193,221,41); }
div.DivClassName
{
background-color: #C1DD29;
}
.BgClassName
{
background-color: #C1DD29;
}
</style>
border-color css
<style>
span { border-color: #C1DD29; }
span { border-color: rgb(193,221,41); }
td.TdClassName
{
border-color: #C1DD29;
}
.TagClassName
{
border-color: #C1DD29;
}
</style>