Shades of Fuego #C1DD20
Tints of Fuego #C1DD20
RGB
CMYK
RGB Variations
Color information
#C1DD20 (or 0xC1DD20) is known color: Fuego. HEX triplet: C1, DD and 20. RGB value is (193,221,32). Sum of RGB (Red+Green+Blue) = 193+221+32=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DD20 is #3E22DF. Grayscale: #BFBFBF. Windows color (decimal): -4072160 or 2153921. OLE color: 2153921.
HSL color Cylindrical-coordinate representation of color #C1DD20: hue angle of 68.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1DD20 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.13 |
| HSL | 68.89º | 0.75% | 0.5% | - |
| HSV(B) | 68.89º | 0.86% | 0.87% | - |
| XYZ | 48.11 | 63.15 | 11.02 | - |
| YUV | 191.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 32 | 0.13 | 0 | 0.86 | 0.13 | 68.89 | 0.75 | 0.5 |
| Hex | C1 | DD | 20 | D | 0 | 56 | D | 45 | 4B | 32 |
| Octal | 301 | 335 | 40 | 15 | 0 | 126 | 15 | 105 | 113 | 62 |
| Binary | 11000001 | 11011101 | 100000 | 1101 | 0 | 1010110 | 1101 | 1000101 | 1001011 | 110010 |
Color Harmonies of #C1DD20
Complementary color
Monochromatic Colors of #C1DD20
Black with #C1DD20
Text Example
Text Example
White with #C1DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD20; }
p { color: rgb(193,221,32); }
H1.HeaderClassName
{
color: #C1DD20;
}
.AnyTagClassName
{
color: #C1DD20;
}
</style>
background-color css
<style>
a { background-color: #C1DD20; }
a { background-color: rgb(193,221,32); }
div.DivClassName
{
background-color: #C1DD20;
}
.BgClassName
{
background-color: #C1DD20;
}
</style>
border-color css
<style>
span { border-color: #C1DD20; }
span { border-color: rgb(193,221,32); }
td.TdClassName
{
border-color: #C1DD20;
}
.TagClassName
{
border-color: #C1DD20;
}
</style>