Shades of Fuego #C1DD22
Tints of Fuego #C1DD22
RGB
CMYK
RGB Variations
Color information
#C1DD22 (or 0xC1DD22) is known color: Fuego. HEX triplet: C1, DD and 22. RGB value is (193,221,34). Sum of RGB (Red+Green+Blue) = 193+221+34=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DD22 is #3E22DD. Grayscale: #C0C0C0. Windows color (decimal): -4072158 or 2284993. OLE color: 2284993.
HSL color Cylindrical-coordinate representation of color #C1DD22: hue angle of 68.98º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1DD22 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 34 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.13 |
| HSL | 68.98º | 0.73% | 0.5% | - |
| HSV(B) | 68.98º | 0.85% | 0.87% | - |
| XYZ | 48.14 | 63.17 | 11.17 | - |
| YUV | 191.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 34 | 0.13 | 0 | 0.85 | 0.13 | 68.98 | 0.73 | 0.5 |
| Hex | C1 | DD | 22 | D | 0 | 55 | D | 45 | 49 | 32 |
| Octal | 301 | 335 | 42 | 15 | 0 | 125 | 15 | 105 | 111 | 62 |
| Binary | 11000001 | 11011101 | 100010 | 1101 | 0 | 1010101 | 1101 | 1000101 | 1001001 | 110010 |
Color Harmonies of #C1DD22
Complementary color
Monochromatic Colors of #C1DD22
Black with #C1DD22
Text Example
Text Example
White with #C1DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD22; }
p { color: rgb(193,221,34); }
H1.HeaderClassName
{
color: #C1DD22;
}
.AnyTagClassName
{
color: #C1DD22;
}
</style>
background-color css
<style>
a { background-color: #C1DD22; }
a { background-color: rgb(193,221,34); }
div.DivClassName
{
background-color: #C1DD22;
}
.BgClassName
{
background-color: #C1DD22;
}
</style>
border-color css
<style>
span { border-color: #C1DD22; }
span { border-color: rgb(193,221,34); }
td.TdClassName
{
border-color: #C1DD22;
}
.TagClassName
{
border-color: #C1DD22;
}
</style>