Shades of Fuego #C4D523
Tints of Fuego #C4D523
RGB
CMYK
RGB Variations
Color information
#C4D523 (or 0xC4D523) is known color: Fuego. HEX triplet: C4, D5 and 23. RGB value is (196,213,35). Sum of RGB (Red+Green+Blue) = 196+213+35=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D523 is #3B2ADC. Grayscale: #BCBCBC. Windows color (decimal): -3877597 or 2348484. OLE color: 2348484.
HSL color Cylindrical-coordinate representation of color #C4D523: hue angle of 65.73º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4D523 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 35 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.16 |
| HSL | 65.73º | 0.72% | 0.49% | - |
| HSV(B) | 65.73º | 0.84% | 0.84% | - |
| XYZ | 46.86 | 59.45 | 10.59 | - |
| YUV | 187.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 35 | 0.08 | 0 | 0.84 | 0.16 | 65.73 | 0.72 | 0.49 |
| Hex | C4 | D5 | 23 | 8 | 0 | 54 | 10 | 42 | 48 | 31 |
| Octal | 304 | 325 | 43 | 10 | 0 | 124 | 20 | 102 | 110 | 61 |
| Binary | 11000100 | 11010101 | 100011 | 1000 | 0 | 1010100 | 10000 | 1000010 | 1001000 | 110001 |
Color Harmonies of #C4D523
Complementary color
Monochromatic Colors of #C4D523
Black with #C4D523
Text Example
Text Example
White with #C4D523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D523; }
p { color: rgb(196,213,35); }
H1.HeaderClassName
{
color: #C4D523;
}
.AnyTagClassName
{
color: #C4D523;
}
</style>
background-color css
<style>
a { background-color: #C4D523; }
a { background-color: rgb(196,213,35); }
div.DivClassName
{
background-color: #C4D523;
}
.BgClassName
{
background-color: #C4D523;
}
</style>
border-color css
<style>
span { border-color: #C4D523; }
span { border-color: rgb(196,213,35); }
td.TdClassName
{
border-color: #C4D523;
}
.TagClassName
{
border-color: #C4D523;
}
</style>