Shades of Fuego #C4D82D
Tints of Fuego #C4D82D
RGB
CMYK
RGB Variations
Color information
#C4D82D (or 0xC4D82D) is known color: Fuego. HEX triplet: C4, D8 and 2D. RGB value is (196,216,45). Sum of RGB (Red+Green+Blue) = 196+216+45=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D82D is #3B27D2. Grayscale: #BFBFBF. Windows color (decimal): -3876819 or 3004612. OLE color: 3004612.
HSL color Cylindrical-coordinate representation of color #C4D82D: hue angle of 67.02º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4D82D is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 45 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.15 |
| HSL | 67.02º | 0.69% | 0.51% | - |
| HSV(B) | 67.02º | 0.79% | 0.85% | - |
| XYZ | 47.79 | 61.04 | 11.74 | - |
| YUV | 190.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 45 | 0.09 | 0 | 0.79 | 0.15 | 67.02 | 0.69 | 0.51 |
| Hex | C4 | D8 | 2D | 9 | 0 | 4F | F | 43 | 45 | 33 |
| Octal | 304 | 330 | 55 | 11 | 0 | 117 | 17 | 103 | 105 | 63 |
| Binary | 11000100 | 11011000 | 101101 | 1001 | 0 | 1001111 | 1111 | 1000011 | 1000101 | 110011 |
Color Harmonies of #C4D82D
Complementary color
Monochromatic Colors of #C4D82D
Black with #C4D82D
Text Example
Text Example
White with #C4D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D82D; }
p { color: rgb(196,216,45); }
H1.HeaderClassName
{
color: #C4D82D;
}
.AnyTagClassName
{
color: #C4D82D;
}
</style>
background-color css
<style>
a { background-color: #C4D82D; }
a { background-color: rgb(196,216,45); }
div.DivClassName
{
background-color: #C4D82D;
}
.BgClassName
{
background-color: #C4D82D;
}
</style>
border-color css
<style>
span { border-color: #C4D82D; }
span { border-color: rgb(196,216,45); }
td.TdClassName
{
border-color: #C4D82D;
}
.TagClassName
{
border-color: #C4D82D;
}
</style>