Shades of Fuego #C5DA2B
Tints of Fuego #C5DA2B
RGB
CMYK
RGB Variations
Color information
#C5DA2B (or 0xC5DA2B) is known color: Fuego. HEX triplet: C5, DA and 2B. RGB value is (197,218,43). Sum of RGB (Red+Green+Blue) = 197+218+43=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA2B is #3A25D4. Grayscale: #C0C0C0. Windows color (decimal): -3810773 or 2874053. OLE color: 2874053.
HSL color Cylindrical-coordinate representation of color #C5DA2B: hue angle of 67.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5DA2B is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 43 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.15 |
| HSL | 67.2º | 0.7% | 0.51% | - |
| HSV(B) | 67.2º | 0.8% | 0.85% | - |
| XYZ | 48.53 | 62.19 | 11.73 | - |
| YUV | 191.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 43 | 0.10 | 0 | 0.80 | 0.15 | 67.2 | 0.7 | 0.51 |
| Hex | C5 | DA | 2B | A | 0 | 50 | F | 43 | 46 | 33 |
| Octal | 305 | 332 | 53 | 12 | 0 | 120 | 17 | 103 | 106 | 63 |
| Binary | 11000101 | 11011010 | 101011 | 1010 | 0 | 1010000 | 1111 | 1000011 | 1000110 | 110011 |
Color Harmonies of #C5DA2B
Complementary color
Monochromatic Colors of #C5DA2B
Black with #C5DA2B
Text Example
Text Example
White with #C5DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA2B; }
p { color: rgb(197,218,43); }
H1.HeaderClassName
{
color: #C5DA2B;
}
.AnyTagClassName
{
color: #C5DA2B;
}
</style>
background-color css
<style>
a { background-color: #C5DA2B; }
a { background-color: rgb(197,218,43); }
div.DivClassName
{
background-color: #C5DA2B;
}
.BgClassName
{
background-color: #C5DA2B;
}
</style>
border-color css
<style>
span { border-color: #C5DA2B; }
span { border-color: rgb(197,218,43); }
td.TdClassName
{
border-color: #C5DA2B;
}
.TagClassName
{
border-color: #C5DA2B;
}
</style>