Shades of Fuego #C1DB25
Tints of Fuego #C1DB25
RGB
CMYK
RGB Variations
Color information
#C1DB25 (or 0xC1DB25) is known color: Fuego. HEX triplet: C1, DB and 25. RGB value is (193,219,37). Sum of RGB (Red+Green+Blue) = 193+219+37=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB25 is #3E24DA. Grayscale: #BFBFBF. Windows color (decimal): -4072667 or 2481089. OLE color: 2481089.
HSL color Cylindrical-coordinate representation of color #C1DB25: hue angle of 68.57º 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 #C1DB25 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 37 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.14 |
| HSL | 68.57º | 0.72% | 0.5% | - |
| HSV(B) | 68.57º | 0.83% | 0.86% | - |
| XYZ | 47.66 | 62.13 | 11.23 | - |
| YUV | 190.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 37 | 0.12 | 0 | 0.83 | 0.14 | 68.57 | 0.72 | 0.5 |
| Hex | C1 | DB | 25 | C | 0 | 53 | E | 45 | 48 | 32 |
| Octal | 301 | 333 | 45 | 14 | 0 | 123 | 16 | 105 | 110 | 62 |
| Binary | 11000001 | 11011011 | 100101 | 1100 | 0 | 1010011 | 1110 | 1000101 | 1001000 | 110010 |
Color Harmonies of #C1DB25
Complementary color
Monochromatic Colors of #C1DB25
Black with #C1DB25
Text Example
Text Example
White with #C1DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB25; }
p { color: rgb(193,219,37); }
H1.HeaderClassName
{
color: #C1DB25;
}
.AnyTagClassName
{
color: #C1DB25;
}
</style>
background-color css
<style>
a { background-color: #C1DB25; }
a { background-color: rgb(193,219,37); }
div.DivClassName
{
background-color: #C1DB25;
}
.BgClassName
{
background-color: #C1DB25;
}
</style>
border-color css
<style>
span { border-color: #C1DB25; }
span { border-color: rgb(193,219,37); }
td.TdClassName
{
border-color: #C1DB25;
}
.TagClassName
{
border-color: #C1DB25;
}
</style>