Shades of Fuego #C1DF2D
Tints of Fuego #C1DF2D
RGB
CMYK
RGB Variations
Color information
#C1DF2D (or 0xC1DF2D) is known color: Fuego. HEX triplet: C1, DF and 2D. RGB value is (193,223,45). Sum of RGB (Red+Green+Blue) = 193+223+45=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF2D is #3E20D2. Grayscale: #C2C2C2. Windows color (decimal): -4071635 or 3006401. OLE color: 3006401.
HSL color Cylindrical-coordinate representation of color #C1DF2D: hue angle of 70.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1DF2D is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 45 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.13 |
| HSL | 70.11º | 0.74% | 0.53% | - |
| HSV(B) | 70.11º | 0.8% | 0.87% | - |
| XYZ | 48.85 | 64.3 | 12.32 | - |
| YUV | 193.74 | 44.06 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 45 | 0.13 | 0 | 0.80 | 0.13 | 70.11 | 0.74 | 0.53 |
| Hex | C1 | DF | 2D | D | 0 | 50 | D | 46 | 4A | 35 |
| Octal | 301 | 337 | 55 | 15 | 0 | 120 | 15 | 106 | 112 | 65 |
| Binary | 11000001 | 11011111 | 101101 | 1101 | 0 | 1010000 | 1101 | 1000110 | 1001010 | 110101 |
Color Harmonies of #C1DF2D
Complementary color
Monochromatic Colors of #C1DF2D
Black with #C1DF2D
Text Example
Text Example
White with #C1DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF2D; }
p { color: rgb(193,223,45); }
H1.HeaderClassName
{
color: #C1DF2D;
}
.AnyTagClassName
{
color: #C1DF2D;
}
</style>
background-color css
<style>
a { background-color: #C1DF2D; }
a { background-color: rgb(193,223,45); }
div.DivClassName
{
background-color: #C1DF2D;
}
.BgClassName
{
background-color: #C1DF2D;
}
</style>
border-color css
<style>
span { border-color: #C1DF2D; }
span { border-color: rgb(193,223,45); }
td.TdClassName
{
border-color: #C1DF2D;
}
.TagClassName
{
border-color: #C1DF2D;
}
</style>