Shades of Fuego #C1DB29
Tints of Fuego #C1DB29
RGB
CMYK
RGB Variations
Color information
#C1DB29 (or 0xC1DB29) is known color: Fuego. HEX triplet: C1, DB and 29. RGB value is (193,219,41). Sum of RGB (Red+Green+Blue) = 193+219+41=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB29 is #3E24D6. Grayscale: #BFBFBF. Windows color (decimal): -4072663 or 2743233. OLE color: 2743233.
HSL color Cylindrical-coordinate representation of color #C1DB29: hue angle of 68.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1DB29 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 41 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.14 |
| HSL | 68.76º | 0.71% | 0.51% | - |
| HSV(B) | 68.76º | 0.81% | 0.86% | - |
| XYZ | 47.72 | 62.16 | 11.58 | - |
| YUV | 190.93 | 43.39 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 41 | 0.12 | 0 | 0.81 | 0.14 | 68.76 | 0.71 | 0.51 |
| Hex | C1 | DB | 29 | C | 0 | 51 | E | 45 | 47 | 33 |
| Octal | 301 | 333 | 51 | 14 | 0 | 121 | 16 | 105 | 107 | 63 |
| Binary | 11000001 | 11011011 | 101001 | 1100 | 0 | 1010001 | 1110 | 1000101 | 1000111 | 110011 |
Color Harmonies of #C1DB29
Complementary color
Monochromatic Colors of #C1DB29
Black with #C1DB29
Text Example
Text Example
White with #C1DB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB29; }
p { color: rgb(193,219,41); }
H1.HeaderClassName
{
color: #C1DB29;
}
.AnyTagClassName
{
color: #C1DB29;
}
</style>
background-color css
<style>
a { background-color: #C1DB29; }
a { background-color: rgb(193,219,41); }
div.DivClassName
{
background-color: #C1DB29;
}
.BgClassName
{
background-color: #C1DB29;
}
</style>
border-color css
<style>
span { border-color: #C1DB29; }
span { border-color: rgb(193,219,41); }
td.TdClassName
{
border-color: #C1DB29;
}
.TagClassName
{
border-color: #C1DB29;
}
</style>