Shades of Fuego #C5D52C
Tints of Fuego #C5D52C
RGB
CMYK
RGB Variations
Color information
#C5D52C (or 0xC5D52C) is known color: Fuego. HEX triplet: C5, D5 and 2C. RGB value is (197,213,44). Sum of RGB (Red+Green+Blue) = 197+213+44=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D52C is #3A2AD3. Grayscale: #BDBDBD. Windows color (decimal): -3812052 or 2938309. OLE color: 2938309.
HSL color Cylindrical-coordinate representation of color #C5D52C: hue angle of 65.68º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5D52C is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 44 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.16 |
| HSL | 65.68º | 0.67% | 0.5% | - |
| HSV(B) | 65.68º | 0.79% | 0.84% | - |
| XYZ | 47.27 | 59.64 | 11.4 | - |
| YUV | 188.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 44 | 0.08 | 0 | 0.79 | 0.16 | 65.68 | 0.67 | 0.5 |
| Hex | C5 | D5 | 2C | 8 | 0 | 4F | 10 | 42 | 43 | 32 |
| Octal | 305 | 325 | 54 | 10 | 0 | 117 | 20 | 102 | 103 | 62 |
| Binary | 11000101 | 11010101 | 101100 | 1000 | 0 | 1001111 | 10000 | 1000010 | 1000011 | 110010 |
Color Harmonies of #C5D52C
Complementary color
Monochromatic Colors of #C5D52C
Black with #C5D52C
Text Example
Text Example
White with #C5D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D52C; }
p { color: rgb(197,213,44); }
H1.HeaderClassName
{
color: #C5D52C;
}
.AnyTagClassName
{
color: #C5D52C;
}
</style>
background-color css
<style>
a { background-color: #C5D52C; }
a { background-color: rgb(197,213,44); }
div.DivClassName
{
background-color: #C5D52C;
}
.BgClassName
{
background-color: #C5D52C;
}
</style>
border-color css
<style>
span { border-color: #C5D52C; }
span { border-color: rgb(197,213,44); }
td.TdClassName
{
border-color: #C5D52C;
}
.TagClassName
{
border-color: #C5D52C;
}
</style>