Shades of Fuego #C2DC1B
Tints of Fuego #C2DC1B
RGB
CMYK
RGB Variations
Color information
#C2DC1B (or 0xC2DC1B) is known color: Fuego. HEX triplet: C2, DC and 1B. RGB value is (194,220,27). Sum of RGB (Red+Green+Blue) = 194+220+27=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC1B is #3D23E4. Grayscale: #BEBEBE. Windows color (decimal): -4006885 or 1825986. OLE color: 1825986.
HSL color Cylindrical-coordinate representation of color #C2DC1B: hue angle of 68.08º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2DC1B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 27 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.14 |
| HSL | 68.08º | 0.78% | 0.48% | - |
| HSV(B) | 68.08º | 0.88% | 0.86% | - |
| XYZ | 48.04 | 62.73 | 10.61 | - |
| YUV | 190.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 27 | 0.12 | 0 | 0.88 | 0.14 | 68.08 | 0.78 | 0.48 |
| Hex | C2 | DC | 1B | C | 0 | 58 | E | 44 | 4E | 30 |
| Octal | 302 | 334 | 33 | 14 | 0 | 130 | 16 | 104 | 116 | 60 |
| Binary | 11000010 | 11011100 | 11011 | 1100 | 0 | 1011000 | 1110 | 1000100 | 1001110 | 110000 |
Color Harmonies of #C2DC1B
Complementary color
Monochromatic Colors of #C2DC1B
Black with #C2DC1B
Text Example
Text Example
White with #C2DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC1B; }
p { color: rgb(194,220,27); }
H1.HeaderClassName
{
color: #C2DC1B;
}
.AnyTagClassName
{
color: #C2DC1B;
}
</style>
background-color css
<style>
a { background-color: #C2DC1B; }
a { background-color: rgb(194,220,27); }
div.DivClassName
{
background-color: #C2DC1B;
}
.BgClassName
{
background-color: #C2DC1B;
}
</style>
border-color css
<style>
span { border-color: #C2DC1B; }
span { border-color: rgb(194,220,27); }
td.TdClassName
{
border-color: #C2DC1B;
}
.TagClassName
{
border-color: #C2DC1B;
}
</style>