Shades of Fuego #C4DA25
Tints of Fuego #C4DA25
RGB
CMYK
RGB Variations
Color information
#C4DA25 (or 0xC4DA25) is known color: Fuego. HEX triplet: C4, DA and 25. RGB value is (196,218,37). Sum of RGB (Red+Green+Blue) = 196+218+37=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA25 is #3B25DA. Grayscale: #BFBFBF. Windows color (decimal): -3876315 or 2480836. OLE color: 2480836.
HSL color Cylindrical-coordinate representation of color #C4DA25: hue angle of 67.29º 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 #C4DA25 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 37 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.15 |
| HSL | 67.29º | 0.71% | 0.5% | - |
| HSV(B) | 67.29º | 0.83% | 0.85% | - |
| XYZ | 48.17 | 62.01 | 11.18 | - |
| YUV | 190.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 37 | 0.10 | 0 | 0.83 | 0.15 | 67.29 | 0.71 | 0.5 |
| Hex | C4 | DA | 25 | A | 0 | 53 | F | 43 | 47 | 32 |
| Octal | 304 | 332 | 45 | 12 | 0 | 123 | 17 | 103 | 107 | 62 |
| Binary | 11000100 | 11011010 | 100101 | 1010 | 0 | 1010011 | 1111 | 1000011 | 1000111 | 110010 |
Color Harmonies of #C4DA25
Complementary color
Monochromatic Colors of #C4DA25
Black with #C4DA25
Text Example
Text Example
White with #C4DA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA25; }
p { color: rgb(196,218,37); }
H1.HeaderClassName
{
color: #C4DA25;
}
.AnyTagClassName
{
color: #C4DA25;
}
</style>
background-color css
<style>
a { background-color: #C4DA25; }
a { background-color: rgb(196,218,37); }
div.DivClassName
{
background-color: #C4DA25;
}
.BgClassName
{
background-color: #C4DA25;
}
</style>
border-color css
<style>
span { border-color: #C4DA25; }
span { border-color: rgb(196,218,37); }
td.TdClassName
{
border-color: #C4DA25;
}
.TagClassName
{
border-color: #C4DA25;
}
</style>