Shades of Fuego #C5DD2A
Tints of Fuego #C5DD2A
RGB
CMYK
RGB Variations
Color information
#C5DD2A (or 0xC5DD2A) is known color: Fuego. HEX triplet: C5, DD and 2A. RGB value is (197,221,42). Sum of RGB (Red+Green+Blue) = 197+221+42=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD2A is #3A22D5. Grayscale: #C2C2C2. Windows color (decimal): -3810006 or 2809285. OLE color: 2809285.
HSL color Cylindrical-coordinate representation of color #C5DD2A: hue angle of 68.04º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5DD2A is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 42 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.13 |
| HSL | 68.04º | 0.72% | 0.52% | - |
| HSV(B) | 68.04º | 0.81% | 0.87% | - |
| XYZ | 49.3 | 63.75 | 11.9 | - |
| YUV | 193.42 | 42.55 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 42 | 0.11 | 0 | 0.81 | 0.13 | 68.04 | 0.72 | 0.52 |
| Hex | C5 | DD | 2A | B | 0 | 51 | D | 44 | 48 | 34 |
| Octal | 305 | 335 | 52 | 13 | 0 | 121 | 15 | 104 | 110 | 64 |
| Binary | 11000101 | 11011101 | 101010 | 1011 | 0 | 1010001 | 1101 | 1000100 | 1001000 | 110100 |
Color Harmonies of #C5DD2A
Complementary color
Monochromatic Colors of #C5DD2A
Black with #C5DD2A
Text Example
Text Example
White with #C5DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD2A; }
p { color: rgb(197,221,42); }
H1.HeaderClassName
{
color: #C5DD2A;
}
.AnyTagClassName
{
color: #C5DD2A;
}
</style>
background-color css
<style>
a { background-color: #C5DD2A; }
a { background-color: rgb(197,221,42); }
div.DivClassName
{
background-color: #C5DD2A;
}
.BgClassName
{
background-color: #C5DD2A;
}
</style>
border-color css
<style>
span { border-color: #C5DD2A; }
span { border-color: rgb(197,221,42); }
td.TdClassName
{
border-color: #C5DD2A;
}
.TagClassName
{
border-color: #C5DD2A;
}
</style>