Shades of Fuego #C1DF20
Tints of Fuego #C1DF20
RGB
CMYK
RGB Variations
Color information
#C1DF20 (or 0xC1DF20) is known color: Fuego. HEX triplet: C1, DF and 20. RGB value is (193,223,32). Sum of RGB (Red+Green+Blue) = 193+223+32=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF20 is #3E20DF. Grayscale: #C0C0C0. Windows color (decimal): -4071648 or 2154433. OLE color: 2154433.
HSL color Cylindrical-coordinate representation of color #C1DF20: hue angle of 69.42º 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 #C1DF20 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.13 |
| HSL | 69.42º | 0.75% | 0.5% | - |
| HSV(B) | 69.42º | 0.86% | 0.87% | - |
| XYZ | 48.64 | 64.22 | 11.2 | - |
| YUV | 192.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 32 | 0.13 | 0 | 0.86 | 0.13 | 69.42 | 0.75 | 0.5 |
| Hex | C1 | DF | 20 | D | 0 | 56 | D | 45 | 4B | 32 |
| Octal | 301 | 337 | 40 | 15 | 0 | 126 | 15 | 105 | 113 | 62 |
| Binary | 11000001 | 11011111 | 100000 | 1101 | 0 | 1010110 | 1101 | 1000101 | 1001011 | 110010 |
Color Harmonies of #C1DF20
Complementary color
Monochromatic Colors of #C1DF20
Black with #C1DF20
Text Example
Text Example
White with #C1DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF20; }
p { color: rgb(193,223,32); }
H1.HeaderClassName
{
color: #C1DF20;
}
.AnyTagClassName
{
color: #C1DF20;
}
</style>
background-color css
<style>
a { background-color: #C1DF20; }
a { background-color: rgb(193,223,32); }
div.DivClassName
{
background-color: #C1DF20;
}
.BgClassName
{
background-color: #C1DF20;
}
</style>
border-color css
<style>
span { border-color: #C1DF20; }
span { border-color: rgb(193,223,32); }
td.TdClassName
{
border-color: #C1DF20;
}
.TagClassName
{
border-color: #C1DF20;
}
</style>