Shades of Fuego #C1DE2D
Tints of Fuego #C1DE2D
RGB
CMYK
RGB Variations
Color information
#C1DE2D (or 0xC1DE2D) is known color: Fuego. HEX triplet: C1, DE and 2D. RGB value is (193,222,45). Sum of RGB (Red+Green+Blue) = 193+222+45=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DE2D is #3E21D2. Grayscale: #C1C1C1. Windows color (decimal): -4071891 or 3006145. OLE color: 3006145.
HSL color Cylindrical-coordinate representation of color #C1DE2D: hue angle of 69.83º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1DE2D is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 45 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.13 |
| HSL | 69.83º | 0.73% | 0.52% | - |
| HSV(B) | 69.83º | 0.8% | 0.87% | - |
| XYZ | 48.59 | 63.77 | 12.23 | - |
| YUV | 193.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 45 | 0.13 | 0 | 0.80 | 0.13 | 69.83 | 0.73 | 0.52 |
| Hex | C1 | DE | 2D | D | 0 | 50 | D | 46 | 49 | 34 |
| Octal | 301 | 336 | 55 | 15 | 0 | 120 | 15 | 106 | 111 | 64 |
| Binary | 11000001 | 11011110 | 101101 | 1101 | 0 | 1010000 | 1101 | 1000110 | 1001001 | 110100 |
Color Harmonies of #C1DE2D
Complementary color
Monochromatic Colors of #C1DE2D
Black with #C1DE2D
Text Example
Text Example
White with #C1DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE2D; }
p { color: rgb(193,222,45); }
H1.HeaderClassName
{
color: #C1DE2D;
}
.AnyTagClassName
{
color: #C1DE2D;
}
</style>
background-color css
<style>
a { background-color: #C1DE2D; }
a { background-color: rgb(193,222,45); }
div.DivClassName
{
background-color: #C1DE2D;
}
.BgClassName
{
background-color: #C1DE2D;
}
</style>
border-color css
<style>
span { border-color: #C1DE2D; }
span { border-color: rgb(193,222,45); }
td.TdClassName
{
border-color: #C1DE2D;
}
.TagClassName
{
border-color: #C1DE2D;
}
</style>