Shades of Fuego #C5DA25
Tints of Fuego #C5DA25
RGB
CMYK
RGB Variations
Color information
#C5DA25 (or 0xC5DA25) is known color: Fuego. HEX triplet: C5, DA and 25. RGB value is (197,218,37). Sum of RGB (Red+Green+Blue) = 197+218+37=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA25 is #3A25DA. Grayscale: #BFBFBF. Windows color (decimal): -3810779 or 2480837. OLE color: 2480837.
HSL color Cylindrical-coordinate representation of color #C5DA25: hue angle of 66.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5DA25 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 37 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.15 |
| HSL | 66.96º | 0.71% | 0.5% | - |
| HSV(B) | 66.96º | 0.83% | 0.85% | - |
| XYZ | 48.43 | 62.15 | 11.19 | - |
| YUV | 191.09 | 41.04 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 37 | 0.10 | 0 | 0.83 | 0.15 | 66.96 | 0.71 | 0.5 |
| Hex | C5 | DA | 25 | A | 0 | 53 | F | 43 | 47 | 32 |
| Octal | 305 | 332 | 45 | 12 | 0 | 123 | 17 | 103 | 107 | 62 |
| Binary | 11000101 | 11011010 | 100101 | 1010 | 0 | 1010011 | 1111 | 1000011 | 1000111 | 110010 |
Color Harmonies of #C5DA25
Complementary color
Monochromatic Colors of #C5DA25
Black with #C5DA25
Text Example
Text Example
White with #C5DA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA25; }
p { color: rgb(197,218,37); }
H1.HeaderClassName
{
color: #C5DA25;
}
.AnyTagClassName
{
color: #C5DA25;
}
</style>
background-color css
<style>
a { background-color: #C5DA25; }
a { background-color: rgb(197,218,37); }
div.DivClassName
{
background-color: #C5DA25;
}
.BgClassName
{
background-color: #C5DA25;
}
</style>
border-color css
<style>
span { border-color: #C5DA25; }
span { border-color: rgb(197,218,37); }
td.TdClassName
{
border-color: #C5DA25;
}
.TagClassName
{
border-color: #C5DA25;
}
</style>