Shades of Fuego #C7DB1E
Tints of Fuego #C7DB1E
RGB
CMYK
RGB Variations
Color information
#C7DB1E (or 0xC7DB1E) is known color: Fuego. HEX triplet: C7, DB and 1E. RGB value is (199,219,30). Sum of RGB (Red+Green+Blue) = 199+219+30=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB1E is #3824E1. Grayscale: #C0C0C0. Windows color (decimal): -3679458 or 2022343. OLE color: 2022343.
HSL color Cylindrical-coordinate representation of color #C7DB1E: hue angle of 66.35º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7DB1E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 30 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.14 |
| HSL | 66.35º | 0.76% | 0.49% | - |
| HSV(B) | 66.35º | 0.86% | 0.86% | - |
| XYZ | 49.12 | 62.9 | 10.78 | - |
| YUV | 191.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 30 | 0.09 | 0 | 0.86 | 0.14 | 66.35 | 0.76 | 0.49 |
| Hex | C7 | DB | 1E | 9 | 0 | 56 | E | 42 | 4C | 31 |
| Octal | 307 | 333 | 36 | 11 | 0 | 126 | 16 | 102 | 114 | 61 |
| Binary | 11000111 | 11011011 | 11110 | 1001 | 0 | 1010110 | 1110 | 1000010 | 1001100 | 110001 |
Color Harmonies of #C7DB1E
Complementary color
Monochromatic Colors of #C7DB1E
Black with #C7DB1E
Text Example
Text Example
White with #C7DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB1E; }
p { color: rgb(199,219,30); }
H1.HeaderClassName
{
color: #C7DB1E;
}
.AnyTagClassName
{
color: #C7DB1E;
}
</style>
background-color css
<style>
a { background-color: #C7DB1E; }
a { background-color: rgb(199,219,30); }
div.DivClassName
{
background-color: #C7DB1E;
}
.BgClassName
{
background-color: #C7DB1E;
}
</style>
border-color css
<style>
span { border-color: #C7DB1E; }
span { border-color: rgb(199,219,30); }
td.TdClassName
{
border-color: #C7DB1E;
}
.TagClassName
{
border-color: #C7DB1E;
}
</style>