Shades of Fuego #C1DE2B
Tints of Fuego #C1DE2B
RGB
CMYK
RGB Variations
Color information
#C1DE2B (or 0xC1DE2B) is known color: Fuego. HEX triplet: C1, DE and 2B. RGB value is (193,222,43). Sum of RGB (Red+Green+Blue) = 193+222+43=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DE2B is #3E21D4. Grayscale: #C1C1C1. Windows color (decimal): -4071893 or 2875073. OLE color: 2875073.
HSL color Cylindrical-coordinate representation of color #C1DE2B: hue angle of 69.72º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1DE2B is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 43 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.13 |
| HSL | 69.72º | 0.73% | 0.52% | - |
| HSV(B) | 69.72º | 0.81% | 0.87% | - |
| XYZ | 48.55 | 63.75 | 12.03 | - |
| YUV | 192.92 | 43.39 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 43 | 0.13 | 0 | 0.81 | 0.13 | 69.72 | 0.73 | 0.52 |
| Hex | C1 | DE | 2B | D | 0 | 51 | D | 46 | 49 | 34 |
| Octal | 301 | 336 | 53 | 15 | 0 | 121 | 15 | 106 | 111 | 64 |
| Binary | 11000001 | 11011110 | 101011 | 1101 | 0 | 1010001 | 1101 | 1000110 | 1001001 | 110100 |
Color Harmonies of #C1DE2B
Complementary color
Monochromatic Colors of #C1DE2B
Black with #C1DE2B
Text Example
Text Example
White with #C1DE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE2B; }
p { color: rgb(193,222,43); }
H1.HeaderClassName
{
color: #C1DE2B;
}
.AnyTagClassName
{
color: #C1DE2B;
}
</style>
background-color css
<style>
a { background-color: #C1DE2B; }
a { background-color: rgb(193,222,43); }
div.DivClassName
{
background-color: #C1DE2B;
}
.BgClassName
{
background-color: #C1DE2B;
}
</style>
border-color css
<style>
span { border-color: #C1DE2B; }
span { border-color: rgb(193,222,43); }
td.TdClassName
{
border-color: #C1DE2B;
}
.TagClassName
{
border-color: #C1DE2B;
}
</style>