Shades of Fuego #C5DA2D
Tints of Fuego #C5DA2D
RGB
CMYK
RGB Variations
Color information
#C5DA2D (or 0xC5DA2D) is known color: Fuego. HEX triplet: C5, DA and 2D. RGB value is (197,218,45). Sum of RGB (Red+Green+Blue) = 197+218+45=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA2D is #3A25D2. Grayscale: #C0C0C0. Windows color (decimal): -3810771 or 3005125. OLE color: 3005125.
HSL color Cylindrical-coordinate representation of color #C5DA2D: hue angle of 67.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5DA2D is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 45 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.15 |
| HSL | 67.28º | 0.7% | 0.52% | - |
| HSV(B) | 67.28º | 0.79% | 0.85% | - |
| XYZ | 48.57 | 62.2 | 11.93 | - |
| YUV | 192 | 45.04 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 45 | 0.10 | 0 | 0.79 | 0.15 | 67.28 | 0.7 | 0.52 |
| Hex | C5 | DA | 2D | A | 0 | 4F | F | 43 | 46 | 34 |
| Octal | 305 | 332 | 55 | 12 | 0 | 117 | 17 | 103 | 106 | 64 |
| Binary | 11000101 | 11011010 | 101101 | 1010 | 0 | 1001111 | 1111 | 1000011 | 1000110 | 110100 |
Color Harmonies of #C5DA2D
Complementary color
Monochromatic Colors of #C5DA2D
Black with #C5DA2D
Text Example
Text Example
White with #C5DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA2D; }
p { color: rgb(197,218,45); }
H1.HeaderClassName
{
color: #C5DA2D;
}
.AnyTagClassName
{
color: #C5DA2D;
}
</style>
background-color css
<style>
a { background-color: #C5DA2D; }
a { background-color: rgb(197,218,45); }
div.DivClassName
{
background-color: #C5DA2D;
}
.BgClassName
{
background-color: #C5DA2D;
}
</style>
border-color css
<style>
span { border-color: #C5DA2D; }
span { border-color: rgb(197,218,45); }
td.TdClassName
{
border-color: #C5DA2D;
}
.TagClassName
{
border-color: #C5DA2D;
}
</style>