Shades of Fuego #C4DB28
Tints of Fuego #C4DB28
RGB
CMYK
RGB Variations
Color information
#C4DB28 (or 0xC4DB28) is known color: Fuego. HEX triplet: C4, DB and 28. RGB value is (196,219,40). Sum of RGB (Red+Green+Blue) = 196+219+40=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB28 is #3B24D7. Grayscale: #C0C0C0. Windows color (decimal): -3876056 or 2677700. OLE color: 2677700.
HSL color Cylindrical-coordinate representation of color #C4DB28: hue angle of 67.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4DB28 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 40 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.14 |
| HSL | 67.71º | 0.71% | 0.51% | - |
| HSV(B) | 67.71º | 0.82% | 0.86% | - |
| XYZ | 48.48 | 62.55 | 11.53 | - |
| YUV | 191.72 | 42.38 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 40 | 0.11 | 0 | 0.82 | 0.14 | 67.71 | 0.71 | 0.51 |
| Hex | C4 | DB | 28 | B | 0 | 52 | E | 44 | 47 | 33 |
| Octal | 304 | 333 | 50 | 13 | 0 | 122 | 16 | 104 | 107 | 63 |
| Binary | 11000100 | 11011011 | 101000 | 1011 | 0 | 1010010 | 1110 | 1000100 | 1000111 | 110011 |
Color Harmonies of #C4DB28
Complementary color
Monochromatic Colors of #C4DB28
Black with #C4DB28
Text Example
Text Example
White with #C4DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB28; }
p { color: rgb(196,219,40); }
H1.HeaderClassName
{
color: #C4DB28;
}
.AnyTagClassName
{
color: #C4DB28;
}
</style>
background-color css
<style>
a { background-color: #C4DB28; }
a { background-color: rgb(196,219,40); }
div.DivClassName
{
background-color: #C4DB28;
}
.BgClassName
{
background-color: #C4DB28;
}
</style>
border-color css
<style>
span { border-color: #C4DB28; }
span { border-color: rgb(196,219,40); }
td.TdClassName
{
border-color: #C4DB28;
}
.TagClassName
{
border-color: #C4DB28;
}
</style>