Shades of Fuego #C4DC25
Tints of Fuego #C4DC25
RGB
CMYK
RGB Variations
Color information
#C4DC25 (or 0xC4DC25) is known color: Fuego. HEX triplet: C4, DC and 25. RGB value is (196,220,37). Sum of RGB (Red+Green+Blue) = 196+220+37=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC25 is #3B23DA. Grayscale: #C0C0C0. Windows color (decimal): -3875803 or 2481348. OLE color: 2481348.
HSL color Cylindrical-coordinate representation of color #C4DC25: hue angle of 67.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4DC25 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 37 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.14 |
| HSL | 67.87º | 0.72% | 0.5% | - |
| HSV(B) | 67.87º | 0.83% | 0.86% | - |
| XYZ | 48.69 | 63.06 | 11.35 | - |
| YUV | 191.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 37 | 0.11 | 0 | 0.83 | 0.14 | 67.87 | 0.72 | 0.5 |
| Hex | C4 | DC | 25 | B | 0 | 53 | E | 44 | 48 | 32 |
| Octal | 304 | 334 | 45 | 13 | 0 | 123 | 16 | 104 | 110 | 62 |
| Binary | 11000100 | 11011100 | 100101 | 1011 | 0 | 1010011 | 1110 | 1000100 | 1001000 | 110010 |
Color Harmonies of #C4DC25
Complementary color
Monochromatic Colors of #C4DC25
Black with #C4DC25
Text Example
Text Example
White with #C4DC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC25; }
p { color: rgb(196,220,37); }
H1.HeaderClassName
{
color: #C4DC25;
}
.AnyTagClassName
{
color: #C4DC25;
}
</style>
background-color css
<style>
a { background-color: #C4DC25; }
a { background-color: rgb(196,220,37); }
div.DivClassName
{
background-color: #C4DC25;
}
.BgClassName
{
background-color: #C4DC25;
}
</style>
border-color css
<style>
span { border-color: #C4DC25; }
span { border-color: rgb(196,220,37); }
td.TdClassName
{
border-color: #C4DC25;
}
.TagClassName
{
border-color: #C4DC25;
}
</style>