Shades of Fuego #C1DD25
Tints of Fuego #C1DD25
RGB
CMYK
RGB Variations
Color information
#C1DD25 (or 0xC1DD25) is known color: Fuego. HEX triplet: C1, DD and 25. RGB value is (193,221,37). Sum of RGB (Red+Green+Blue) = 193+221+37=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DD25 is #3E22DA. Grayscale: #C0C0C0. Windows color (decimal): -4072155 or 2481601. OLE color: 2481601.
HSL color Cylindrical-coordinate representation of color #C1DD25: hue angle of 69.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1DD25 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 37 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.13 |
| HSL | 69.13º | 0.73% | 0.51% | - |
| HSV(B) | 69.13º | 0.83% | 0.87% | - |
| XYZ | 48.18 | 63.18 | 11.41 | - |
| YUV | 191.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 37 | 0.13 | 0 | 0.83 | 0.13 | 69.13 | 0.73 | 0.51 |
| Hex | C1 | DD | 25 | D | 0 | 53 | D | 45 | 49 | 33 |
| Octal | 301 | 335 | 45 | 15 | 0 | 123 | 15 | 105 | 111 | 63 |
| Binary | 11000001 | 11011101 | 100101 | 1101 | 0 | 1010011 | 1101 | 1000101 | 1001001 | 110011 |
Color Harmonies of #C1DD25
Complementary color
Monochromatic Colors of #C1DD25
Black with #C1DD25
Text Example
Text Example
White with #C1DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD25; }
p { color: rgb(193,221,37); }
H1.HeaderClassName
{
color: #C1DD25;
}
.AnyTagClassName
{
color: #C1DD25;
}
</style>
background-color css
<style>
a { background-color: #C1DD25; }
a { background-color: rgb(193,221,37); }
div.DivClassName
{
background-color: #C1DD25;
}
.BgClassName
{
background-color: #C1DD25;
}
</style>
border-color css
<style>
span { border-color: #C1DD25; }
span { border-color: rgb(193,221,37); }
td.TdClassName
{
border-color: #C1DD25;
}
.TagClassName
{
border-color: #C1DD25;
}
</style>