Shades of Fuego #C4D823
Tints of Fuego #C4D823
RGB
CMYK
RGB Variations
Color information
#C4D823 (or 0xC4D823) is known color: Fuego. HEX triplet: C4, D8 and 23. RGB value is (196,216,35). Sum of RGB (Red+Green+Blue) = 196+216+35=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D823 is #3B27DC. Grayscale: #BEBEBE. Windows color (decimal): -3876829 or 2349252. OLE color: 2349252.
HSL color Cylindrical-coordinate representation of color #C4D823: hue angle of 66.63º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4D823 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 35 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.15 |
| HSL | 66.63º | 0.72% | 0.49% | - |
| HSV(B) | 66.63º | 0.84% | 0.85% | - |
| XYZ | 47.62 | 60.97 | 10.85 | - |
| YUV | 189.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 35 | 0.09 | 0 | 0.84 | 0.15 | 66.63 | 0.72 | 0.49 |
| Hex | C4 | D8 | 23 | 9 | 0 | 54 | F | 43 | 48 | 31 |
| Octal | 304 | 330 | 43 | 11 | 0 | 124 | 17 | 103 | 110 | 61 |
| Binary | 11000100 | 11011000 | 100011 | 1001 | 0 | 1010100 | 1111 | 1000011 | 1001000 | 110001 |
Color Harmonies of #C4D823
Complementary color
Monochromatic Colors of #C4D823
Black with #C4D823
Text Example
Text Example
White with #C4D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D823; }
p { color: rgb(196,216,35); }
H1.HeaderClassName
{
color: #C4D823;
}
.AnyTagClassName
{
color: #C4D823;
}
</style>
background-color css
<style>
a { background-color: #C4D823; }
a { background-color: rgb(196,216,35); }
div.DivClassName
{
background-color: #C4D823;
}
.BgClassName
{
background-color: #C4D823;
}
</style>
border-color css
<style>
span { border-color: #C4D823; }
span { border-color: rgb(196,216,35); }
td.TdClassName
{
border-color: #C4D823;
}
.TagClassName
{
border-color: #C4D823;
}
</style>