Shades of Fuego #C4D526
Tints of Fuego #C4D526
RGB
CMYK
RGB Variations
Color information
#C4D526 (or 0xC4D526) is known color: Fuego. HEX triplet: C4, D5 and 26. RGB value is (196,213,38). Sum of RGB (Red+Green+Blue) = 196+213+38=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D526 is #3B2AD9. Grayscale: #BCBCBC. Windows color (decimal): -3877594 or 2545092. OLE color: 2545092.
HSL color Cylindrical-coordinate representation of color #C4D526: hue angle of 65.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4D526 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 38 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.16 |
| HSL | 65.83º | 0.7% | 0.49% | - |
| HSV(B) | 65.83º | 0.82% | 0.84% | - |
| XYZ | 46.91 | 59.46 | 10.84 | - |
| YUV | 187.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 38 | 0.08 | 0 | 0.82 | 0.16 | 65.83 | 0.7 | 0.49 |
| Hex | C4 | D5 | 26 | 8 | 0 | 52 | 10 | 42 | 46 | 31 |
| Octal | 304 | 325 | 46 | 10 | 0 | 122 | 20 | 102 | 106 | 61 |
| Binary | 11000100 | 11010101 | 100110 | 1000 | 0 | 1010010 | 10000 | 1000010 | 1000110 | 110001 |
Color Harmonies of #C4D526
Complementary color
Monochromatic Colors of #C4D526
Black with #C4D526
Text Example
Text Example
White with #C4D526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D526; }
p { color: rgb(196,213,38); }
H1.HeaderClassName
{
color: #C4D526;
}
.AnyTagClassName
{
color: #C4D526;
}
</style>
background-color css
<style>
a { background-color: #C4D526; }
a { background-color: rgb(196,213,38); }
div.DivClassName
{
background-color: #C4D526;
}
.BgClassName
{
background-color: #C4D526;
}
</style>
border-color css
<style>
span { border-color: #C4D526; }
span { border-color: rgb(196,213,38); }
td.TdClassName
{
border-color: #C4D526;
}
.TagClassName
{
border-color: #C4D526;
}
</style>