Shades of Fuego #C7DF1A
Tints of Fuego #C7DF1A
RGB
CMYK
RGB Variations
Color information
#C7DF1A (or 0xC7DF1A) is known color: Fuego. HEX triplet: C7, DF and 1A. RGB value is (199,223,26). Sum of RGB (Red+Green+Blue) = 199+223+26=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DF1A is #3820E5. Grayscale: #C2C2C2. Windows color (decimal): -3678438 or 1761223. OLE color: 1761223.
HSL color Cylindrical-coordinate representation of color #C7DF1A: hue angle of 67.31º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7DF1A is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 26 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.13 |
| HSL | 67.31º | 0.79% | 0.49% | - |
| HSV(B) | 67.31º | 0.88% | 0.87% | - |
| XYZ | 50.13 | 64.99 | 10.88 | - |
| YUV | 193.37 | 33.55 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 26 | 0.11 | 0 | 0.88 | 0.13 | 67.31 | 0.79 | 0.49 |
| Hex | C7 | DF | 1A | B | 0 | 58 | D | 43 | 4F | 31 |
| Octal | 307 | 337 | 32 | 13 | 0 | 130 | 15 | 103 | 117 | 61 |
| Binary | 11000111 | 11011111 | 11010 | 1011 | 0 | 1011000 | 1101 | 1000011 | 1001111 | 110001 |
Color Harmonies of #C7DF1A
Complementary color
Monochromatic Colors of #C7DF1A
Black with #C7DF1A
Text Example
Text Example
White with #C7DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DF1A; }
p { color: rgb(199,223,26); }
H1.HeaderClassName
{
color: #C7DF1A;
}
.AnyTagClassName
{
color: #C7DF1A;
}
</style>
background-color css
<style>
a { background-color: #C7DF1A; }
a { background-color: rgb(199,223,26); }
div.DivClassName
{
background-color: #C7DF1A;
}
.BgClassName
{
background-color: #C7DF1A;
}
</style>
border-color css
<style>
span { border-color: #C7DF1A; }
span { border-color: rgb(199,223,26); }
td.TdClassName
{
border-color: #C7DF1A;
}
.TagClassName
{
border-color: #C7DF1A;
}
</style>