Shades of Fuego #C6DF1E
Tints of Fuego #C6DF1E
RGB
CMYK
RGB Variations
Color information
#C6DF1E (or 0xC6DF1E) is known color: Fuego. HEX triplet: C6, DF and 1E. RGB value is (198,223,30). Sum of RGB (Red+Green+Blue) = 198+223+30=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF1E is #3920E1. Grayscale: #C2C2C2. Windows color (decimal): -3743970 or 2023366. OLE color: 2023366.
HSL color Cylindrical-coordinate representation of color #C6DF1E: hue angle of 67.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6DF1E is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 30 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.13 |
| HSL | 67.77º | 0.76% | 0.5% | - |
| HSV(B) | 67.77º | 0.87% | 0.87% | - |
| XYZ | 49.91 | 64.87 | 11.12 | - |
| YUV | 193.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 30 | 0.11 | 0 | 0.87 | 0.13 | 67.77 | 0.76 | 0.5 |
| Hex | C6 | DF | 1E | B | 0 | 57 | D | 44 | 4C | 32 |
| Octal | 306 | 337 | 36 | 13 | 0 | 127 | 15 | 104 | 114 | 62 |
| Binary | 11000110 | 11011111 | 11110 | 1011 | 0 | 1010111 | 1101 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C6DF1E
Complementary color
Monochromatic Colors of #C6DF1E
Black with #C6DF1E
Text Example
Text Example
White with #C6DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF1E; }
p { color: rgb(198,223,30); }
H1.HeaderClassName
{
color: #C6DF1E;
}
.AnyTagClassName
{
color: #C6DF1E;
}
</style>
background-color css
<style>
a { background-color: #C6DF1E; }
a { background-color: rgb(198,223,30); }
div.DivClassName
{
background-color: #C6DF1E;
}
.BgClassName
{
background-color: #C6DF1E;
}
</style>
border-color css
<style>
span { border-color: #C6DF1E; }
span { border-color: rgb(198,223,30); }
td.TdClassName
{
border-color: #C6DF1E;
}
.TagClassName
{
border-color: #C6DF1E;
}
</style>