Shades of Fuego #C4DC23
Tints of Fuego #C4DC23
RGB
CMYK
RGB Variations
Color information
#C4DC23 (or 0xC4DC23) is known color: Fuego. HEX triplet: C4, DC and 23. RGB value is (196,220,35). Sum of RGB (Red+Green+Blue) = 196+220+35=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC23 is #3B23DC. Grayscale: #C0C0C0. Windows color (decimal): -3875805 or 2350276. OLE color: 2350276.
HSL color Cylindrical-coordinate representation of color #C4DC23: hue angle of 67.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4DC23 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 35 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.14 |
| HSL | 67.78º | 0.73% | 0.5% | - |
| HSV(B) | 67.78º | 0.84% | 0.86% | - |
| XYZ | 48.66 | 63.04 | 11.19 | - |
| YUV | 191.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 35 | 0.11 | 0 | 0.84 | 0.14 | 67.78 | 0.73 | 0.5 |
| Hex | C4 | DC | 23 | B | 0 | 54 | E | 44 | 49 | 32 |
| Octal | 304 | 334 | 43 | 13 | 0 | 124 | 16 | 104 | 111 | 62 |
| Binary | 11000100 | 11011100 | 100011 | 1011 | 0 | 1010100 | 1110 | 1000100 | 1001001 | 110010 |
Color Harmonies of #C4DC23
Complementary color
Monochromatic Colors of #C4DC23
Black with #C4DC23
Text Example
Text Example
White with #C4DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC23; }
p { color: rgb(196,220,35); }
H1.HeaderClassName
{
color: #C4DC23;
}
.AnyTagClassName
{
color: #C4DC23;
}
</style>
background-color css
<style>
a { background-color: #C4DC23; }
a { background-color: rgb(196,220,35); }
div.DivClassName
{
background-color: #C4DC23;
}
.BgClassName
{
background-color: #C4DC23;
}
</style>
border-color css
<style>
span { border-color: #C4DC23; }
span { border-color: rgb(196,220,35); }
td.TdClassName
{
border-color: #C4DC23;
}
.TagClassName
{
border-color: #C4DC23;
}
</style>