Shades of Fuego #C4DB1B
Tints of Fuego #C4DB1B
RGB
CMYK
RGB Variations
Color information
#C4DB1B (or 0xC4DB1B) is known color: Fuego. HEX triplet: C4, DB and 1B. RGB value is (196,219,27). Sum of RGB (Red+Green+Blue) = 196+219+27=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB1B is #3B24E4. Grayscale: #BEBEBE. Windows color (decimal): -3876069 or 1825732. OLE color: 1825732.
HSL color Cylindrical-coordinate representation of color #C4DB1B: hue angle of 67.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4DB1B is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 27 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.14 |
| HSL | 67.19º | 0.78% | 0.48% | - |
| HSV(B) | 67.19º | 0.88% | 0.86% | - |
| XYZ | 48.29 | 62.48 | 10.55 | - |
| YUV | 190.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 27 | 0.11 | 0 | 0.88 | 0.14 | 67.19 | 0.78 | 0.48 |
| Hex | C4 | DB | 1B | B | 0 | 58 | E | 43 | 4E | 30 |
| Octal | 304 | 333 | 33 | 13 | 0 | 130 | 16 | 103 | 116 | 60 |
| Binary | 11000100 | 11011011 | 11011 | 1011 | 0 | 1011000 | 1110 | 1000011 | 1001110 | 110000 |
Color Harmonies of #C4DB1B
Complementary color
Monochromatic Colors of #C4DB1B
Black with #C4DB1B
Text Example
Text Example
White with #C4DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB1B; }
p { color: rgb(196,219,27); }
H1.HeaderClassName
{
color: #C4DB1B;
}
.AnyTagClassName
{
color: #C4DB1B;
}
</style>
background-color css
<style>
a { background-color: #C4DB1B; }
a { background-color: rgb(196,219,27); }
div.DivClassName
{
background-color: #C4DB1B;
}
.BgClassName
{
background-color: #C4DB1B;
}
</style>
border-color css
<style>
span { border-color: #C4DB1B; }
span { border-color: rgb(196,219,27); }
td.TdClassName
{
border-color: #C4DB1B;
}
.TagClassName
{
border-color: #C4DB1B;
}
</style>