Shades of Fuego #C7DB2B
Tints of Fuego #C7DB2B
RGB
CMYK
RGB Variations
Color information
#C7DB2B (or 0xC7DB2B) is known color: Fuego. HEX triplet: C7, DB and 2B. RGB value is (199,219,43). Sum of RGB (Red+Green+Blue) = 199+219+43=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB2B is #3824D4. Grayscale: #C1C1C1. Windows color (decimal): -3679445 or 2874311. OLE color: 2874311.
HSL color Cylindrical-coordinate representation of color #C7DB2B: hue angle of 66.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7DB2B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 43 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.14 |
| HSL | 66.82º | 0.71% | 0.51% | - |
| HSV(B) | 66.82º | 0.8% | 0.86% | - |
| XYZ | 49.32 | 62.98 | 11.84 | - |
| YUV | 192.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 43 | 0.09 | 0 | 0.80 | 0.14 | 66.82 | 0.71 | 0.51 |
| Hex | C7 | DB | 2B | 9 | 0 | 50 | E | 43 | 47 | 33 |
| Octal | 307 | 333 | 53 | 11 | 0 | 120 | 16 | 103 | 107 | 63 |
| Binary | 11000111 | 11011011 | 101011 | 1001 | 0 | 1010000 | 1110 | 1000011 | 1000111 | 110011 |
Color Harmonies of #C7DB2B
Complementary color
Monochromatic Colors of #C7DB2B
Black with #C7DB2B
Text Example
Text Example
White with #C7DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB2B; }
p { color: rgb(199,219,43); }
H1.HeaderClassName
{
color: #C7DB2B;
}
.AnyTagClassName
{
color: #C7DB2B;
}
</style>
background-color css
<style>
a { background-color: #C7DB2B; }
a { background-color: rgb(199,219,43); }
div.DivClassName
{
background-color: #C7DB2B;
}
.BgClassName
{
background-color: #C7DB2B;
}
</style>
border-color css
<style>
span { border-color: #C7DB2B; }
span { border-color: rgb(199,219,43); }
td.TdClassName
{
border-color: #C7DB2B;
}
.TagClassName
{
border-color: #C7DB2B;
}
</style>