Shades of Fuego #C5D02D
Tints of Fuego #C5D02D
RGB
CMYK
RGB Variations
Color information
#C5D02D (or 0xC5D02D) is known color: Fuego. HEX triplet: C5, D0 and 2D. RGB value is (197,208,45). Sum of RGB (Red+Green+Blue) = 197+208+45=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D02D is #3A2FD2. Grayscale: #BABABA. Windows color (decimal): -3813331 or 3002565. OLE color: 3002565.
HSL color Cylindrical-coordinate representation of color #C5D02D: hue angle of 64.05º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5D02D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 45 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.18 |
| HSL | 64.05º | 0.64% | 0.5% | - |
| HSV(B) | 64.05º | 0.78% | 0.82% | - |
| XYZ | 46.06 | 57.17 | 11.09 | - |
| YUV | 186.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 45 | 0.05 | 0 | 0.78 | 0.18 | 64.05 | 0.64 | 0.5 |
| Hex | C5 | D0 | 2D | 5 | 0 | 4E | 12 | 40 | 40 | 32 |
| Octal | 305 | 320 | 55 | 5 | 0 | 116 | 22 | 100 | 100 | 62 |
| Binary | 11000101 | 11010000 | 101101 | 101 | 0 | 1001110 | 10010 | 1000000 | 1000000 | 110010 |
Color Harmonies of #C5D02D
Complementary color
Monochromatic Colors of #C5D02D
Black with #C5D02D
Text Example
Text Example
White with #C5D02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D02D; }
p { color: rgb(197,208,45); }
H1.HeaderClassName
{
color: #C5D02D;
}
.AnyTagClassName
{
color: #C5D02D;
}
</style>
background-color css
<style>
a { background-color: #C5D02D; }
a { background-color: rgb(197,208,45); }
div.DivClassName
{
background-color: #C5D02D;
}
.BgClassName
{
background-color: #C5D02D;
}
</style>
border-color css
<style>
span { border-color: #C5D02D; }
span { border-color: rgb(197,208,45); }
td.TdClassName
{
border-color: #C5D02D;
}
.TagClassName
{
border-color: #C5D02D;
}
</style>