Shades of Fuego #C5DA2A
Tints of Fuego #C5DA2A
RGB
CMYK
RGB Variations
Color information
#C5DA2A (or 0xC5DA2A) is known color: Fuego. HEX triplet: C5, DA and 2A. RGB value is (197,218,42). Sum of RGB (Red+Green+Blue) = 197+218+42=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA2A is #3A25D5. Grayscale: #C0C0C0. Windows color (decimal): -3810774 or 2808517. OLE color: 2808517.
HSL color Cylindrical-coordinate representation of color #C5DA2A: hue angle of 67.16º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5DA2A is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 42 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.15 |
| HSL | 67.16º | 0.7% | 0.51% | - |
| HSV(B) | 67.16º | 0.81% | 0.85% | - |
| XYZ | 48.52 | 62.18 | 11.64 | - |
| YUV | 191.66 | 43.54 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 42 | 0.10 | 0 | 0.81 | 0.15 | 67.16 | 0.7 | 0.51 |
| Hex | C5 | DA | 2A | A | 0 | 51 | F | 43 | 46 | 33 |
| Octal | 305 | 332 | 52 | 12 | 0 | 121 | 17 | 103 | 106 | 63 |
| Binary | 11000101 | 11011010 | 101010 | 1010 | 0 | 1010001 | 1111 | 1000011 | 1000110 | 110011 |
Color Harmonies of #C5DA2A
Complementary color
Monochromatic Colors of #C5DA2A
Black with #C5DA2A
Text Example
Text Example
White with #C5DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA2A; }
p { color: rgb(197,218,42); }
H1.HeaderClassName
{
color: #C5DA2A;
}
.AnyTagClassName
{
color: #C5DA2A;
}
</style>
background-color css
<style>
a { background-color: #C5DA2A; }
a { background-color: rgb(197,218,42); }
div.DivClassName
{
background-color: #C5DA2A;
}
.BgClassName
{
background-color: #C5DA2A;
}
</style>
border-color css
<style>
span { border-color: #C5DA2A; }
span { border-color: rgb(197,218,42); }
td.TdClassName
{
border-color: #C5DA2A;
}
.TagClassName
{
border-color: #C5DA2A;
}
</style>