Shades of Fuego #C1DD23
Tints of Fuego #C1DD23
RGB
CMYK
RGB Variations
Color information
#C1DD23 (or 0xC1DD23) is known color: Fuego. HEX triplet: C1, DD and 23. RGB value is (193,221,35). Sum of RGB (Red+Green+Blue) = 193+221+35=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DD23 is #3E22DC. Grayscale: #C0C0C0. Windows color (decimal): -4072157 or 2350529. OLE color: 2350529.
HSL color Cylindrical-coordinate representation of color #C1DD23: hue angle of 69.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1DD23 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 35 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.13 |
| HSL | 69.03º | 0.73% | 0.5% | - |
| HSV(B) | 69.03º | 0.84% | 0.87% | - |
| XYZ | 48.15 | 63.17 | 11.25 | - |
| YUV | 191.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 35 | 0.13 | 0 | 0.84 | 0.13 | 69.03 | 0.73 | 0.5 |
| Hex | C1 | DD | 23 | D | 0 | 54 | D | 45 | 49 | 32 |
| Octal | 301 | 335 | 43 | 15 | 0 | 124 | 15 | 105 | 111 | 62 |
| Binary | 11000001 | 11011101 | 100011 | 1101 | 0 | 1010100 | 1101 | 1000101 | 1001001 | 110010 |
Color Harmonies of #C1DD23
Complementary color
Monochromatic Colors of #C1DD23
Black with #C1DD23
Text Example
Text Example
White with #C1DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD23; }
p { color: rgb(193,221,35); }
H1.HeaderClassName
{
color: #C1DD23;
}
.AnyTagClassName
{
color: #C1DD23;
}
</style>
background-color css
<style>
a { background-color: #C1DD23; }
a { background-color: rgb(193,221,35); }
div.DivClassName
{
background-color: #C1DD23;
}
.BgClassName
{
background-color: #C1DD23;
}
</style>
border-color css
<style>
span { border-color: #C1DD23; }
span { border-color: rgb(193,221,35); }
td.TdClassName
{
border-color: #C1DD23;
}
.TagClassName
{
border-color: #C1DD23;
}
</style>