Shades of Fuego #C2DF1D
Tints of Fuego #C2DF1D
RGB
CMYK
RGB Variations
Color information
#C2DF1D (or 0xC2DF1D) is known color: Fuego. HEX triplet: C2, DF and 1D. RGB value is (194,223,29). Sum of RGB (Red+Green+Blue) = 194+223+29=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DF1D is #3D20E2. Grayscale: #C0C0C0. Windows color (decimal): -4006115 or 1957826. OLE color: 1957826.
HSL color Cylindrical-coordinate representation of color #C2DF1D: hue angle of 68.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2DF1D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 29 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.13 |
| HSL | 68.97º | 0.77% | 0.49% | - |
| HSV(B) | 68.97º | 0.87% | 0.87% | - |
| XYZ | 48.86 | 64.33 | 11 | - |
| YUV | 192.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 29 | 0.13 | 0 | 0.87 | 0.13 | 68.97 | 0.77 | 0.49 |
| Hex | C2 | DF | 1D | D | 0 | 57 | D | 45 | 4D | 31 |
| Octal | 302 | 337 | 35 | 15 | 0 | 127 | 15 | 105 | 115 | 61 |
| Binary | 11000010 | 11011111 | 11101 | 1101 | 0 | 1010111 | 1101 | 1000101 | 1001101 | 110001 |
Color Harmonies of #C2DF1D
Complementary color
Monochromatic Colors of #C2DF1D
Black with #C2DF1D
Text Example
Text Example
White with #C2DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF1D; }
p { color: rgb(194,223,29); }
H1.HeaderClassName
{
color: #C2DF1D;
}
.AnyTagClassName
{
color: #C2DF1D;
}
</style>
background-color css
<style>
a { background-color: #C2DF1D; }
a { background-color: rgb(194,223,29); }
div.DivClassName
{
background-color: #C2DF1D;
}
.BgClassName
{
background-color: #C2DF1D;
}
</style>
border-color css
<style>
span { border-color: #C2DF1D; }
span { border-color: rgb(194,223,29); }
td.TdClassName
{
border-color: #C2DF1D;
}
.TagClassName
{
border-color: #C2DF1D;
}
</style>