Shades of Fuego #C4DB17
Tints of Fuego #C4DB17
RGB
CMYK
RGB Variations
Color information
#C4DB17 (or 0xC4DB17) is known color: Fuego. HEX triplet: C4, DB and 17. RGB value is (196,219,23). Sum of RGB (Red+Green+Blue) = 196+219+23=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DB17 is #3B24E8. Grayscale: #BEBEBE. Windows color (decimal): -3876073 or 1563588. OLE color: 1563588.
HSL color Cylindrical-coordinate representation of color #C4DB17: hue angle of 67.04º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4DB17 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 23 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.14 |
| HSL | 67.04º | 0.81% | 0.47% | - |
| HSV(B) | 67.04º | 0.89% | 0.86% | - |
| XYZ | 48.25 | 62.46 | 10.32 | - |
| YUV | 189.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 23 | 0.11 | 0 | 0.89 | 0.14 | 67.04 | 0.81 | 0.47 |
| Hex | C4 | DB | 17 | B | 0 | 59 | E | 43 | 51 | 2F |
| Octal | 304 | 333 | 27 | 13 | 0 | 131 | 16 | 103 | 121 | 57 |
| Binary | 11000100 | 11011011 | 10111 | 1011 | 0 | 1011001 | 1110 | 1000011 | 1010001 | 101111 |
Color Harmonies of #C4DB17
Complementary color
Monochromatic Colors of #C4DB17
Black with #C4DB17
Text Example
Text Example
White with #C4DB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB17; }
p { color: rgb(196,219,23); }
H1.HeaderClassName
{
color: #C4DB17;
}
.AnyTagClassName
{
color: #C4DB17;
}
</style>
background-color css
<style>
a { background-color: #C4DB17; }
a { background-color: rgb(196,219,23); }
div.DivClassName
{
background-color: #C4DB17;
}
.BgClassName
{
background-color: #C4DB17;
}
</style>
border-color css
<style>
span { border-color: #C4DB17; }
span { border-color: rgb(196,219,23); }
td.TdClassName
{
border-color: #C4DB17;
}
.TagClassName
{
border-color: #C4DB17;
}
</style>